Class: URI::Generic

Inherits:
Object
  • Object
show all
Defined in:
lib/accessibility/bridge/mri.rb

Overview

accessibility-core extensions to the URI family of classes

Instance Method Summary collapse

Instance Method Details

#to_urlURI::Generic

Returns the receiver (since the receiver is already a URI object)

Returns:



103
104
105
# File 'lib/accessibility/bridge/mri.rb', line 103

def to_url
  self
end