Class: Hash

Inherits:
Object
  • Object
show all
Defined in:
lib/wikian/monkeypatches.rb

Instance Method Summary collapse

Instance Method Details

#to_queryObject

return a query string representation of a hash



11
12
13
# File 'lib/wikian/monkeypatches.rb', line 11

def to_query
  URI::DEFAULT_PARSER.unescape(URI.encode_www_form(self))
end