From eb0970089c9874da15f8adc6e0a719fc0b131e5b Mon Sep 17 00:00:00 2001 From: matz Date: Sat, 15 Jul 2000 13:37:03 +0000 Subject: matz git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@836 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/tempfile.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/tempfile.rb') diff --git a/lib/tempfile.rb b/lib/tempfile.rb index 0e4c99e5f..10f05a3b2 100644 --- a/lib/tempfile.rb +++ b/lib/tempfile.rb @@ -10,7 +10,6 @@ # o file mode of the temporary files are 0600. require 'delegate' -require 'final' class Tempfile < SimpleDelegator Max_try = 10 -- cgit