Class: Hash
- Inherits:
-
Object
- Object
- Hash
- Defined in:
- lib/wikian/monkeypatches.rb
Instance Method Summary collapse
-
#to_query ⇒ Object
return a query string representation of a hash.
Instance Method Details
#to_query ⇒ Object
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 |