Class: REXML::Element
- Inherits:
-
Object
- Object
- REXML::Element
- 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
42 43 44 |
# File 'lib/httpclient/httpclient.rb', line 42 def method_missing( name, *args ) self.get_text( name.to_s ).to_s end |