Sha256: 29c6a2ec59ec8891b1d208d52087ad2740d02224dc1d24bb222ad5d9a6eb3138

Contents?: true

Size: 173 Bytes

Versions: 2

Compression:

Stored size: 173 Bytes

Contents

require 'stringio'

module Seahorse
  module Client
    module Http
      class PlainStringIO < StringIO
        def inspect; string.inspect end
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
aws-sdk-core-2.0.0.rc2 vendor/seahorse/lib/seahorse/client/http/plain_string_io.rb
aws-sdk-core-2.0.0.rc1 vendor/seahorse/lib/seahorse/client/http/plain_string_io.rb