Class: REXML::Document

Inherits:
Object
  • Object
show all
Defined in:
lib/httpclient/httpclient.rb

Instance Method Summary collapse

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

#method_missing(name, *args) ⇒ Object



35
36
37
# File 'lib/httpclient/httpclient.rb', line 35

def method_missing( name, *args )
  self.root.send( name, args )
end