ruby-reference-manual:3085
From: "sho-h (Sho Hashimoto)" <sho-h@n...>
Date: Sun, 3 Jun 2012 23:13:28 +0900
Subject: [ruby-reference-manual:3085] [るりまプロジェクト - Bug #6542][Open] BitClust::Completion#search_methods_from_mname の不要な行の削除
Issue #6542 has been reported by sho-h (Sho Hashimoto). ---------------------------------------- Bug #6542: BitClust::Completion#search_methods_from_mname の不要な行の削除 https://bugs.ruby-lang.org/issues/6542 Author: sho-h (Sho Hashimoto) Status: Open Priority: Low Assignee: sho-h (Sho Hashimoto) Category: bitclust Target version: reporter: ruby_version: 別のチケット(#191)を追いかけている時に気づきましたが、BitClust::Completion#search_methods_from_mname には不要な行が残っているようです。(不要なコメントも残っているようですが...) --- completion.rb (revision 5184) +++ completion.rb (working copy) @@ -85,7 +85,6 @@ names = expand_name_narrow(method_names(), pattern.method) #split_time "m expandN (#{names.size})" records = names.map {|name| - spec = MethodSpec.new(nil, pattern.type, name) crefs = mname2crefs_narrow(name) #split_time "c expand (#{crefs.size})" crefs.map {|cref| 後で登場する SearchResult::Record.new(self, spec, spec) の行に渡してる spec のどちらかに渡したいためかとも思いましたが、入れ替えてみると動作しないため不要なのではないかと考えています。 -- http://bugs.ruby-lang.org/ -- ML: ruby-reference-manual@m... Info: http://QuickML.com/