Sha256: 773146b6005d7a018da45ce0c0d606af309c3a8cbd90130ab9c05092b5b64f0d

Contents?: true

Size: 169 Bytes

Versions: 27

Compression:

Stored size: 169 Bytes

Contents

require "delegate"

module Seahorse
  class StringIO < SimpleDelegator
    def initialize(data = '')
      @io = ::StringIO.new(data)
      super(@io)
    end
  end
end

Version data entries

27 entries across 27 versions & 5 rubygems

Version Path
fk-redis-sqspoller-0.1.1 lib/seahorse/stringio.rb
fk-redis-sqspoller-0.1.0 lib/seahorse/stringio.rb
fourkites-sqspoller-0.1.12.27 lib/seahorse/stringio.rb
fourkites-sqspoller-0.1.12.26 lib/seahorse/stringio.rb
fourkites-sqspoller-0.1.12.25 lib/seahorse/stringio.rb
aws_memfix-0.3.1 lib/seahorse/stringio.rb
aws_memfix-0.3.0 lib/seahorse/stringio.rb