class URI::Generic

Public Instance Methods

__path__()
Alias for: path
path() click to toggle source
# File lib/filerary/librarian.rb, line 12
def path
  URI.decode_www_form_component(__path__, Encoding.find("locale"))
end
Also aliased as: __path__