Class: LightIO::Library::IO

Inherits:
Object
  • Object
show all
Extended by:
Module::IO::ClassMethods
Includes:
Base, IOMethods, Wrap::IOWrapper
Defined in:
lib/lightio/library/io.rb

Direct Known Subclasses

BasicSocket, File

Defined Under Namespace

Modules: IOMethods

Instance Method Summary collapse

Methods included from Module::IO::ClassMethods

open, pipe, select

Methods included from Wrap::IOWrapper

included, #initialize

Methods included from Base

included, #initialize

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_ioObject



9
10
11
# File 'lib/lightio/library/io.rb', line 9

def to_io
  self
end