From: Nit Khair Date: 2008-09-18T11:51:17+09:00 Subject: The mystery of File::append $ ri File::append gives me: File::append( file, str ) ------------------------------------------------------------------------ Append to a file. CREDIT: George Moschovitis `$ri File` also shows me append as a class method. However, my html documentation does not give this (1.8.6). Trying to use `File::append` in irb or ruby fails (no such method). Even google has no entry for this class method. What mistake am I making ? -- Posted via http://www.ruby-forum.com/.