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