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:
parent
5f4f0807e9
commit
d9fbdddb59
4 changed files with 5 additions and 6 deletions
|
@ -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,
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
# Copyright (C) 2000 Information-technology Promotion Agency, Japan
|
||||
|
||||
require 'cgi'
|
||||
require 'final'
|
||||
|
||||
class CGI
|
||||
class Session
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
# $Id$
|
||||
# Copyright (C) 1998 Yukihiro Matsumoto. All rights reserved.
|
||||
|
||||
# final.rb is integrated into ObjectSpace; no longer needed.
|
Loading…
Reference in a new issue