Class
IO
In:
lib/backports/1.9.3/io/advise.rb
lib/backports/1.8.7/io/each_char.rb
Parent:
Object
Methods
advise
binread
binwrite
chars
each_char
open_with_options_hash
try_convert
write
Public Class methods
binread
(file, length = nil, offset = 0)
binwrite
(name, string, offset = nil, options = Backports::Undefined)
open_with_options_hash
(*args) {|f| ...}
try_convert
(obj)
write
(name, string, offset = nil, options = Backports::Undefined)
Public Instance methods
advise
(advice, offset=0, len=0)
chars
()
Alias for
each_char
each_char
() {|c| ...}
[Validate]