On Sat, 2 Apr 2005 nobu.nokada / softhome.net wrote: > Hi, > > At Sat, 2 Apr 2005 18:26:51 +0900, > Wybo Dekker wrote in [ruby-talk:136465]: > > I would like to create a temporary directory that disappears > > after exit (analogous to Tempfile). But ruby doesn't seem to have a > > Tempdir class? > > Once I had proposed it at [ruby-dev:21336], and this is the > patch for latest version. Thanks, that worked! But one question still: I took the tempfile.rb from the cvs, patched it, then moved it into the 1.8.2 library. The original tempfile there had "lambda {", where the new file has "Proc.new {". No problems to be expected? -- Wybo