Converts the Iri object to a Ruby standard library URI object.
Returns:
A cloned URI object from the underlying URI
101 102 103
# File 'lib/iri.rb', line 101 def to_uri the_uri.clone end