Class: Symbol
- Inherits:
-
Object
- Object
- Symbol
- Defined in:
- lib/http_requestor.rb
Instance Method Summary collapse
Instance Method Details
#to_param ⇒ Object
134 135 136 |
# File 'lib/http_requestor.rb', line 134 def to_param to_s end |
#to_query(key) ⇒ Object
130 131 132 |
# File 'lib/http_requestor.rb', line 130 def to_query(key) to_s.to_query(key) end |