Method: Deli::Query#parse
- Defined in:
- lib/deli/query.rb
#parse(url_or_params) ⇒ Object
99 100 101 102 103 104 105 106 |
# File 'lib/deli/query.rb', line 99 def parse(url_or_params) case url_or_params when ::String parse_string(url_or_params) else url_or_params end end |