Method: RIO::IOS::Null#write
- Defined in:
- lib/rio/ios/null.rb
#write(str) ⇒ Object
def stat() notsupported(:stat) end def sync() notsupported(:sync) end def sync=(v) notsupported(:sync=) end def sysread() notsupported(:sysread) end def sysseek() notsupported(:sysseek) end def syswrite() notsupported(:syswrite) end def ungetc() notsupported(:ungetc) end
111 |
# File 'lib/rio/ios/null.rb', line 111 def write(str) str.length end |