Class: URI::Generic

Inherits:
Object
  • Object
show all
Defined in:
lib/filerary/librarian.rb

Instance Method Summary collapse

Instance Method Details

#__path__Object



11
# File 'lib/filerary/librarian.rb', line 11

alias :__path__ :path

#pathObject



12
13
14
# File 'lib/filerary/librarian.rb', line 12

def path
  URI.decode_www_form_component(__path__, Encoding.find("locale"))
end