module Requests module JsonHelpers IrresponsibleModule Requests::JsonHelpers has no descriptive comment def json @json ||= JSON.parse(response.body) end end end