Method: RIO::IOS::Null#flush
- Defined in:
- lib/rio/ios/null.rb
#flush ⇒ Object
def fcntl(integer_cmd,arg) notsupported(:fcntl) end def fileno() notsupported(:fileno) end def to_i() notsupported(:to_i) end
79 |
# File 'lib/rio/ios/null.rb', line 79 def flush() nil end |