[前][次][番号順一覧][スレッド一覧]

ruby-reference-manual:1996

From: Sho Hashimoto <redmine@r...>
Date: Sat, 6 Mar 2010 01:05:17 +0900
Subject: [ruby-reference-manual:1996] [Bug #2839] lib/bitclust/methodid.rb の typo?

Bug #2839: lib/bitclust/methodid.rb の typo?
http://redmine.ruby-lang.org/issues/show/2839

起票者: Sho Hashimoto
ステータス: Open, 優先度: Low
カテゴリ: bitclust

MethodNamePattern#tesc の直後の private :esc の行は以下のように、
private :tesc が正しい気がしています。

--- lib/bitclust/methodid.rb    (revision 3925)
+++ lib/bitclust/methodid.rb    (working copy)
@@ -174,7 +174,7 @@
     def tesc(s)
       s || ' _ '
     end
-    private :esc
+    private :tesc
 
     def match?(m)
       (not @library or m.library.name?(@library)) and

直前に MethodNamePattern#esc に関する以下の記述があったのでそう思いまし
た。

def esc(s)
  s || '_'
end
private :esc


----------------------------------------
http://redmine.ruby-lang.org

--
ML: ruby-reference-manual@m...
使い方: http://QuickML.com/

[前][次][番号順一覧][スレッド一覧]

->    1996 2010-03-05 17:05 [redmine@r...        ] [Bug #2839] lib/bitclust/methodid.rb の typo?
      1999 2010-03-08 04:07 ┗[redmine@r...        ] [Bug #2839](Closed) lib/bitclust/methodid.rb の typo?