Method: HTTP::Response#inspect
- Defined in:
- lib/http/response.rb
#inspect ⇒ Object
Inspect a response
164 165 166 |
# File 'lib/http/response.rb', line 164 def inspect "#<#{self.class}/#{@version} #{code} #{reason} #{mime_type}>" end |