Flowdock
readchar() public

Reads a one-character string from ios. Raises an EOFError on end of file.

f = File.new("testfile")
f.readchar   #=> "h"
f.readchar   #=> "e"
Show source
Register or log in to add new notes.