Method: DHC::Response::Data#method_missing
- Defined in:
- lib/dhc/response/data.rb
#method_missing(method, *args, &block) ⇒ Object
21 22 23 |
# File 'lib/dhc/response/data.rb', line 21 def method_missing(method, *args, &block) @base.send(method, *args, &block) end |