class Net::HTTPResponse

Public Instance Methods

to_h() click to toggle source
# File lib/codewars_api/helpers/request_helper.rb, line 45
def to_h
  JSON.parse(body).to_h
end