Delete final.rb, which was obsoleted long ago.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3176 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
knu 2002-12-19 18:55:32 +00:00
parent 5f4f0807e9
commit d9fbdddb59
4 changed files with 5 additions and 6 deletions

View File

@ -1,3 +1,8 @@
Fri Dec 20 03:53:01 2002 Akinori MUSHA <knu@iDaemons.org>
* lib/README, lib/cgi/final.rb, lib/cgi/session.rb: Delete
final.rb, which was obsoleted long ago.
Fri Dec 20 00:16:06 2002 Nobuyoshi Nakada <nobu.nokada@softhome.net>
* re.c (rb_reg_match_pre, rb_reg_match_post, match_to_a,

View File

@ -15,7 +15,6 @@ delegate.rb delegates messages to other object
e2mmap.rb exception utilities
eregex.rb extended regular expression (just a proof of concept)
fileutils.rb file utilities
final.rb adds finalizer to the object (simple)
finalize.rb adds finalizer to the object
find.rb traverses directory tree
forwardable.rb explicit delegation library

View File

@ -3,7 +3,6 @@
# Copyright (C) 2000 Information-technology Promotion Agency, Japan
require 'cgi'
require 'final'
class CGI
class Session

View File

@ -1,4 +0,0 @@
# $Id$
# Copyright (C) 1998 Yukihiro Matsumoto. All rights reserved.
# final.rb is integrated into ObjectSpace; no longer needed.