Method: Esi::Response#method_missing

Defined in:
lib/esi/response.rb

#method_missing(method, *args, &block) ⇒ Object



52
53
54
# File 'lib/esi/response.rb', line 52

def method_missing(method, *args, &block)
  data.send(method, *args, &block)
end