17 18 19 20
# File 'lib/filerary/librarian.rb', line 17 def self.parse(uri) uri = URI.encode_www_form_component(uri) DEFAULT_PARSER.parse(uri) end