Class: URI::Generic

Inherits:
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:



106
107
108
# File 'lib/accessibility/bridge/mri.rb', line 106

def to_url
  self
end