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