Method: HTTP::Response#inspect

Defined in:
lib/http/response.rb

#inspectObject

Inspect a response



164
165
166
# File 'lib/http/response.rb', line 164

def inspect
  "#<#{self.class}/#{@version} #{code} #{reason} #{mime_type}>"
end