The same methods that we've been using for ``simple'' I/O are available
for all file objects. So,
gets reads a line from standard
input, and
aFile.gets reads a line from the file object
aFile.
However, I/O objects enjoy an additional set of access methods,
all intended to make our lives easier.