Class: REXML::Element

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



43
44
45
# File 'lib/httpclient/httpclient.rb', line 43

def method_missing( name, *args )
  self.get_text( name.to_s ).to_s
end