Class: RIO::Stream::Duplex::Output
- Includes:
- Ops
- Defined in:
- lib/rio/stream/duplex.rb
Instance Method Summary collapse
Methods included from Ops
Methods included from Fwd
#fwd, #fwd_reader, #fwd_readers, #fwd_writer, #fwd_writers
Methods inherited from Output
#add_extensions, #add_filters, #add_rec_methods
Methods included from Ops::Stream::Output
#close_write, #copyclose, #putrec, #putrec!, #rtn_close, #then_close, #wclose
Methods included from Cp::Stream::Output
Methods included from Cp::Util::InOut
Methods included from Ops::Stream::Write
#_!, #print, #print!, #printf, #printf!, #putc, #putc!, #puts, #puts!, #write, #write!
Methods included from Ops::Stream::Status
#closed?, #eof?, #open?, #stat
Methods inherited from IOBase
#add_filter, #check?, copier, #rectype_mod, #reset, #setup, #when_missing
Methods included from Ops::Stream::Manip
#flush, #fsync, #isatty, #pid, #seek, #to_io, #tty?
Methods included from Ops::Path::ExistOrNot
Methods included from Ops::Path::URI
#abs, #absolute?, #base, #merge, #rel, #route_from, #route_to, #setbase
Methods included from Ops::Path::Create
#/, #cleanpath, #cwd, #getwd, #join, #join!, #rootpath
Methods included from Ops::Path::Query
#+, #basename, #dirname, #expand_path, #extname, #filename, #gsub, #normalize, #splitpath, #sub
Methods included from Ops::Path::Status
#atime, #ctime, #executable?, #executable_real?, #fnmatch, #fnmatch?, #ftype, #grpowned?, #mtime, #owned?, #readable?, #readable_real?, #root?, #setgid?, #setuid?, #size, #size?, #stat, #sticky?, #writable?, #writable_real?, #zero?
Methods included from Ops::Path::Test
#blockdev?, #chardev?, #closed?, #directory?, #exist?, #file?, #open?, #pipe?, #socket?, #symlink?
Methods inherited from Base
Instance Method Details
#base_state ⇒ Object
79 |
# File 'lib/rio/stream/duplex.rb', line 79 def base_state() 'Stream::Duplex::Close' end |