Sha256: bd37386ebbac10363c942f8e1028a194a2694725c981fc7e141c64ae43357547
Contents?: true
Size: 399 Bytes
Versions: 1
Compression:
Stored size: 399 Bytes
Contents
module Polyfill module V2_4 module StringIO module Instance module EachLine if RUBY_VERSION < '2.4.0' 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 end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
polyfill-0.3.0 | lib/polyfill/v2_4/string_io/instance/each_line.rb |