Method: Iri#inspect
- Defined in:
- lib/iri.rb
#inspect ⇒ String
Returns a string representation of the Iri object for inspection purposes.
This method is used when the object is displayed in irb/console or with puts/p.
94 95 96 |
# File 'lib/iri.rb', line 94 def inspect @uri.to_s.inspect end |