Module: Jellyfish::NormalizedPath

Defined in:
lib/jellyfish/normalized_path.rb

Instance Method Summary collapse

Instance Method Details

#path_infoObject



8
9
10
11
# File 'lib/jellyfish/normalized_path.rb', line 8

def path_info
  path = URI.decode_www_form_component(super, Encoding.default_external)
  if path.start_with?('/') then path else "/#{path}" end
end