Module: BitsOnTheRun::Parser
Instance Method Summary collapse
Instance Method Details
#parse(response) ⇒ Object
7 8 9 |
# File 'lib/bitsontherun/parser.rb', line 7 def parse(response) JSON.parse(response, :symbolize_names => true) end |