Class: Hash
- Inherits:
-
Object
- Object
- Hash
- Defined in:
- lib/contacts/aol.rb
Instance Method Summary collapse
Instance Method Details
#to_query_string ⇒ Object
2 3 4 5 6 7 |
# File 'lib/contacts/aol.rb', line 2 def to_query_string u = ERB::Util.method(:u) map { |k, v| u.call(k) + "=" + u.call(v) }.join("&") end |