Sha256: c5292428c5bd69afe19589b4983436c3b587005ec8b20a386cd21da1d13ca6c5

Contents?: true

Size: 333 Bytes

Versions: 3

Compression:

Stored size: 333 Bytes

Contents

module Polyfill
  module V2_4
    module String
      module Instance
        module EachLine
          refine ::String 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/instance/each_line.rb
polyfill-0.5.0 lib/polyfill/v2_4/string/instance/each_line.rb
polyfill-0.4.0 lib/polyfill/v2_4/string/instance/each_line.rb