class HTTParty::Response

def method_missing(name, *args, &block)

def method_missing(name, *args, &block)
  @delegate.send(name, *args, &block)
end