3 4 5 6
# File 'lib/height/response.rb', line 3 def parse(json) response = JSON.parse(json) Height::Model.for(response) end