class HTTParty::Parser
Public Instance Methods
json()
click to toggle source
# File lib/gerrit_api.rb, line 6 def json JSON.parse(body.gsub(")]}'", "")) end
# File lib/gerrit_api.rb, line 6 def json JSON.parse(body.gsub(")]}'", "")) end