From: Aredridel Date: 2005-01-24T06:02:49+09:00 Subject: Re: File.read not documented On Mon, 24 Jan 2005 04:05:53 +0900, cyberco wrote: > > Look for IO.read > > Thanks, Tim. I now see that the documentation of File includes a line > saying 'is closely associated with class IO'. Now, I would look at IO > if File extended it, but that is not the case. What's the bond between > File and IO? File's a subclass of IO ...