module RqueryString

Public Instance Methods

build(para_hash) click to toggle source
# File lib/rquery_string.rb, line 8
def build(para_hash)
  Generator.build_query_string(para_hash)
end
parse(query_string) click to toggle source
# File lib/rquery_string.rb, line 12
def parse(query_string)
  Parser.parse(query_string)
end