Method: RIO::Stream::IOBase#setup

Defined in:
lib/rio/stream.rb

#setupObject



77
78
79
80
# File 'lib/rio/stream.rb', line 77

def setup
  ioh.sync = sync? if cx.has_key?('sync')
  self
end