Method: REXML::Element#method_missing
- Defined in:
- lib/httpclient/httpclient.rb
#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 |