From: "Jörg W Mittag" Date: 2009-05-08T01:15:16+09:00 Subject: Re: No documentation for File's methods? Albert Schlef wrote: > We can do the following... > > File.open('somefile.txt') > > File.foreach('somefile') > > ..and I'm trying to see the documentation for these class methods. > > So I execute "ri File#open" and "ri File#foreach" and I get nothing. Wrong class: they are defined in IO, File just inherits them. jwm