module IOPositioningReadWrite::IOClass

Public Instance Methods

ioposrw_enable_stringio_extend → nil click to toggle source

This is a feature that is FUTURE OBSOLUTE.

Please use require "ioposrw/stringio" insted.

# File lib/ioposrw.rb, line 22
    def ioposrw_enable_stringio_extend
      warn <<-EOM
(warning) #{caller(1, 1)[0]}: IO.ioposrw_enable_stringio_extend is FUTURE OBSOLUTE. please use ``require \"ioposrw/stringio\"'' insted.
      EOM
      require_relative "ioposrw/stringio"
      nil
    end