12 13 14 15
# File 'lib/psei/parser.rb', line 12 def process(response=nil) resp = response || get_response JSON.parse(resp) end