Method: Addressable::URI#inspect
- Defined in:
- lib/addressable/uri.rb
#inspect ⇒ String
Returns a String representation of the URI object’s state.
2384 2385 2386 |
# File 'lib/addressable/uri.rb', line 2384 def inspect sprintf("#<%s:%#0x URI:%s>", URI.to_s, self.object_id, self.to_s) end |