Flowdock
getc() public

Reads a one-character string from ios. Returns nil if called at end of file.

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