# File lib/xpath/expression.rb, line 161 def initialize(left, right) @left = wrap_xpath(left) @right = right.map { |r| wrap_xpath(r) } end