Hi, At Thu, 4 Apr 2002 15:49:13 +0900, Mike Sassak wrote: > File.write already exists. File inherits from IO which implements > #write. See http://www.rubycentral.com/book/ref_c_io.html#IO.write No, Ted means class method of File, but it should be IO.write as you wrote. -- Nobu Nakada