Module: BitsOnTheRun::Parser

Extended by:
Parser
Included in:
Parser
Defined in:
lib/bitsontherun/parser.rb

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