On Sun, 27 Feb 2005 10:34:56 +0900, RNicz <rnicz / fibernet.pl> 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