1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

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> 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, * 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 e2mmap.rb exception utilities
eregex.rb extended regular expression (just a proof of concept) eregex.rb extended regular expression (just a proof of concept)
fileutils.rb file utilities fileutils.rb file utilities
final.rb adds finalizer to the object (simple)
finalize.rb adds finalizer to the object finalize.rb adds finalizer to the object
find.rb traverses directory tree find.rb traverses directory tree
forwardable.rb explicit delegation library forwardable.rb explicit delegation library

View file

@ -3,7 +3,6 @@
# Copyright (C) 2000 Information-technology Promotion Agency, Japan # Copyright (C) 2000 Information-technology Promotion Agency, Japan
require 'cgi' require 'cgi'
require 'final'
class CGI class CGI
class Session 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.