Instance Methods

See IO#getch.

See IO#getpass.

Similar to read, but raises EOFError at end of string unless the +exception: false+ option is passed in.

Similar to read, but raises EOFError at end of string instead of returning nil, as well as IO#sysread does.