[Groonga-commit] groonga/grntest [master] now_command -> command

Back to archive index

null+****@clear***** null+****@clear*****
2012年 6月 6日 (水) 14:18:40 JST


Haruka Yoshihara	2012-06-06 14:18:40 +0900 (Wed, 06 Jun 2012)

  New Revision: 764024115cb1f36ad55f0abb056f6e7ac0c7be1c

  Log:
    now_command -> command

  Modified files:
    lib/groonga/tester.rb

  Modified: lib/groonga/tester.rb (+2 -2)
===================================================================
--- lib/groonga/tester.rb    2012-06-06 14:15:21 +0900 (77ff8d0)
+++ lib/groonga/tester.rb    2012-06-06 14:18:40 +0900 (1b03b57)
@@ -638,7 +638,7 @@ module Groonga
       end
 
       private
-      def translate_arguments(now_command, arguments)
+      def translate_arguments(command, arguments)
         return [] if arguments.empty?
         translated_values = {}
         last_argument = ""
@@ -654,7 +654,7 @@ module Groonga
 
           if last_command.empty?
             query_parameter =
-              arguments_name(now_command)[arguments_count]
+              arguments_name(command)[arguments_count]
           else
             query_parameter = last_command
           end




Groonga-commit メーリングリストの案内
Back to archive index