# File temp/functions.rb, line 367 def Functions::method_missing( id ) puts "METHOD MISSING #{id.id2name}" XPath.match( @@node, id.id2name ) end