module URI
TODO: workaround for multibyte filenames for chupa-text gem.
Public Class Methods
parse(uri)
click to toggle source
# File lib/filerary/librarian.rb, line 17 def self.parse(uri) uri = URI.encode_www_form_component(uri) DEFAULT_PARSER.parse(uri) end