Module: RIO::Stream::Duplex::Ops
- Extended by:
- Fwd
- Included in:
- InOut, Input, Open, Output
- Defined in:
- lib/rio/stream/duplex.rb,
lib/rio/stream/duplex.rb
Defined Under Namespace
Modules: Output
Instance Method Summary
collapse
Methods included from Fwd
fwd, fwd_reader, fwd_readers, fwd_writer, fwd_writers
Instance Method Details
#base_state ⇒ Object
51
|
# File 'lib/rio/stream/duplex.rb', line 51
def base_state() 'Stream::Duplex::Close' end
|
52
|
# File 'lib/rio/stream/duplex.rb', line 52
def ior() ioh() end
|
53
|
# File 'lib/rio/stream/duplex.rb', line 53
def iow() ioh end
|