# File lib/xpath/union.rb, line 27 def method_missing(*args) XPath::Union.new(*expressions.map { |e| e.send(*args) }) end