class Ethon::Easies::Form
def to_s
-
(String)
- The string representation.
Other tags:
- Example: Return string representation. -
def to_s query_pairs.map{|pair| pair.map{|e| escape ? CGI::escape(e.to_s) : e }.join("=")}.join('&') end
(String)
- The string representation.
def to_s query_pairs.map{|pair| pair.map{|e| escape ? CGI::escape(e.to_s) : e }.join("=")}.join('&') end