Sha256: 48aafbb18a450edb8def9b4756b811f44899e297b95b0a1c0203ee597c69eac0
Contents?: true
Size: 140 Bytes
Versions: 79
Compression:
Stored size: 140 Bytes
Contents
module FakeWeb module Response #:nodoc: def read_body(*args, &block) yield @body if block_given? @body end end end
Version data entries
79 entries across 79 versions & 21 rubygems