Sha256: d0ad9f8dec02e33ef726c97aac1c7331c9e7030fbe05f2b714062ee98e777f03
Contents?: true
Size: 327 Bytes
Versions: 50
Compression:
Stored size: 327 Bytes
Contents
module URI class Data def open io = StringIO.new(data) OpenURI::Meta.init(io) io.meta_add_field('content-type', content_type) if block_given? begin yield io ensure io.close end else io end end end end
Version data entries
50 entries across 50 versions & 1 rubygems