Class: LightIO::Library::IO
- Inherits:
-
Object
- Object
- LightIO::Library::IO
- Extended by:
- Module::IO::ClassMethods
- Includes:
- Base, IOMethods, Wrap::IOWrapper
- Defined in:
- lib/lightio/library/io.rb
Direct Known Subclasses
Defined Under Namespace
Modules: IOMethods
Instance Method Summary collapse
Methods included from Module::IO::ClassMethods
Methods included from Wrap::IOWrapper
Methods included from Base
Methods included from IOMethods
#close, #eof, #getbyte, #getc, #gets, included, #print, #printf, #puts, #read, #readbyte, #readchar, #readline, #readlines, #readpartial, #wait, #wait_readable, #wait_writable
Instance Method Details
#to_io ⇒ Object
9 10 11 |
# File 'lib/lightio/library/io.rb', line 9 def to_io self end |