From: Austin Ziegler Date: 2005-02-28T00:28:23+09:00 Subject: Re: Working with Tempfile class On Sun, 27 Feb 2005 10:34:56 +0900, RNicz wrote: > 2. Tempfile is not recognized as File - although it is File - isn't it? > I think that proper place to resolve this problem is delegate.rb file: If your code is looking for #kind_of?(File) or #kind_of?(IO), it shouldn't. It won't recognise custom "writeable" or "readable" objects, e.g., StringIO or even strings that have had a custom #write or #read method added. -austin -- Austin Ziegler * halostatue@gmail.com * Alternate: austin@halostatue.ca