Sha256: 0fbf947f649560ff01dd696b9c8d5bfc4a46f61faf05574bde5b8bb82228f695

Contents?: true

Size: 337 Bytes

Versions: 3

Compression:

Stored size: 337 Bytes

Contents

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

          def self.included(base)
            base.include IO::Instance::EachLine::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/each_line.rb
polyfill-0.5.0 lib/polyfill/v2_4/string_io/instance/each_line.rb
polyfill-0.4.0 lib/polyfill/v2_4/string_io/instance/each_line.rb