3 4 5
# File 'lib/refinuri/parser.rb', line 3 def self.parse_url(string) Refinuri::Base::FilterSet.new(extract_filters(string)) end