Module: Polyfill::V2_4::StringIO::Instance::EachLine
- Included in:
- Polyfill::V2_4::StringIO::Instance
- Defined in:
- lib/polyfill/v2_4/string_io/instance/each_line.rb
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
10 11 12 |
# File 'lib/polyfill/v2_4/string_io/instance/each_line.rb', line 10 def self.included(base) base.include IO::Instance::EachLine::Method end |