Class
TestRucy::PseudoIO
In:
test/pseudo_io.rb
Parent:
Object
Methods
<<
close
closed?
closed_stream
each
each_line
flush
getc
gets
new
print
printf
read
read_all
ungetc
wait
write
Public Class methods
new
()
Public Instance methods
<<
(object)
close
()
closed?
()
closed_stream
()
debug for closed stream.
each
(separator=$/)
Alias for
each_line
each_line
(separator=$/) {|line| ...}
flush
()
getc
()
gets
(separator=$/)
print
(*args)
printf
(fmt, *args)
read
(size=nil)
ungetc
(ch)
wait
(timeout)
for io/wait.so
write
(string)
Private Instance methods
read_all
()
[Validate]