# File lib/randexp/parser.rb, line 81 def self.intersection(lhs, rhs) if rhs.first == :intersection [:intersection, lhs] + rhs[1..-1] else [:intersection, lhs, rhs] end end