[#10793] 今度こそ (patch of the ruby-1.4.6 for NT4.0&VC4.0 on DEC Alpha.) — kou@...1609.sip.eee.yamaguchi-u.ac.jp (Koichi Okada)

岡田です。

10 messages 2000/09/01

[#10920] SIGINT on windows — "Nobuyoshi.Nakada" <nobu.nakada@...>

なかだです。

17 messages 2000/09/14
[#11077] Re: SIGINT on windows — matz@... (Yukihiro Matsumoto) 2000/09/27

まつもと ゆきひろです

[#10944] dummy DLL on Windows — "Nobuyoshi.Nakada" <nobu.nakada@...>

なかだです。

19 messages 2000/09/18
[#10955] Re: dummy DLL on Windows — WATANABE Hirofumi <eban@...> 2000/09/19

わたなべです.

[#10963] Re: dummy DLL on Windows — "Nobuyoshi.Nakada" <nobu.nakada@...> 2000/09/19

なかだです。

[#10964] Re: dummy DLL on Windows — WATANABE Hirofumi <eban@...> 2000/09/19

わたなべです.

[#10978] [PATCH] require in require — "Nobuyoshi.Nakada" <nobu.nakada@...>

なかだです。

15 messages 2000/09/20

[#10985] httphead.rb proxy version problem — Katsuyuki Komatsu <komatsu@...>

小松です.

16 messages 2000/09/20
[#10989] Re: httphead.rb proxy version problem — Minero Aoki <aamine@...> 2000/09/20

あおきです。

[ruby-dev:10856] typo in finalize.rb

From: "Nobuyoshi.Nakada" <nobu.nakada@...>
Date: 2000-09-07 06:46:50 UTC
List: ruby-dev #10856
なかだです。

  ありがちといえばありがちですが。


diff -pruPX ./.excludes current/lib/finalize.rb devel/lib/finalize.rb
--- current/lib/finalize.rb	Fri Aug 13 14:45:16 1999
+++ devel/lib/finalize.rb	Thu Sep  7 15:45:13 2000
@@ -32,7 +32,7 @@
 #	finalize all dependants connected by dependency R_*(obj, dependtant).
 #   finalize_by_dependant(dependant, method = :finalize)
 #	finalize the dependant connected by dependency R_method(*, dependtant).
-#   fainalize_all_by_dependant(dependant)
+#   finalize_all_by_dependant(dependant)
 #	finalize all dependants connected by dependency R_*(*, dependant).
 #   finalize_all
 #	finalize all dependency registered to the Finalizer.
@@ -138,7 +138,7 @@ module Finalizer
   end
   
   # finalize all dependants connected by dependency R_*(*, dependtant)
-  def fainalize_all_by_dependant(dependant)
+  def finalize_all_by_dependant(dependant)
     for id in @dependency.keys
       finalize_all_dependency(id, dependant)
     end
@@ -190,7 +190,7 @@ module Finalizer
   module_function :finalize_dependency
   module_function :finalize_all_dependency
   module_function :finalize_by_dependant
-  module_function :fainalize_all_by_dependant
+  module_function :finalize_all_by_dependant
   module_function :finalize_all
 
   module_function :safe


-- 
--- 僕の前にBugはない。
--- 僕の後ろにBugはできる。
    中田 伸悦


In This Thread

Prev Next