Sha256: 4fd8be606f02040d32aaafcb92a11538576e41fc4ef6dbf6530533c27673ebed
Contents?: true
Size: 285 Bytes
Versions: 12
Compression:
Stored size: 285 Bytes
Contents
module Restfulie module Client module Cache autoload :Basic, 'restfulie/client/cache/basic' autoload :Fake, 'restfulie/client/cache/fake' autoload :Restrictions, 'restfulie/client/cache/restrictions' end end end require 'restfulie/client/cache/http_ext'
Version data entries
12 entries across 12 versions & 2 rubygems