Method: HTTP::Response::Status#inspect
- Defined in:
- lib/http/response/status.rb
#inspect ⇒ Object
Printable version of HTTP Status, surrounded by quote marks, with special characters escaped.
(see String#inspect)
130 131 132 |
# File 'lib/http/response/status.rb', line 130 def inspect "#<#{self.class} #{self}>" end |