Sha256: 0fe40e45edbdd6282b955546b91df270803baf947ec8a3145b4e474435c282c2

Contents?: true

Size: 325 Bytes

Versions: 3

Compression:

Stored size: 325 Bytes

Contents

module Polyfill
  module V2_4
    module StringIO
      module Instance
        module Gets
          refine ::StringIO do
            include IO::Instance::Gets::Method
          end

          def self.included(base)
            base.include IO::Instance::Gets::Method
          end
        end
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
polyfill-0.6.0 lib/polyfill/v2_4/string_io/instance/gets.rb
polyfill-0.5.0 lib/polyfill/v2_4/string_io/instance/gets.rb
polyfill-0.4.0 lib/polyfill/v2_4/string_io/instance/gets.rb