Sha256: 5d16047f7980cc6a1b6931db71f4e4f14aababa59fdf7b3faf87dd64cf1a3ad1
Contents?: true
Size: 100 Bytes
Versions: 41
Compression:
Stored size: 100 Bytes
Contents
module Requests module JsonHelpers def json @json ||= JSON.parse(response.body) end end end
Version data entries
41 entries across 36 versions & 2 rubygems