# File /home/ser/Work/rexml/rexml/xpath.rb, line 224 def XPath::method_missing( id, *args ) begin Functions.send( id.id2name, *args ) rescue Exception raise "METHOD: #{id.id2name}(#{args.join ', '})\n#{$!.message}" end end