[Groonga-commit] groonga/grntest [master] Specify intention of the methods in these names

Back to archive index

null+****@clear***** null+****@clear*****
2012年 6月 7日 (木) 11:14:04 JST


Haruka Yoshihara	2012-06-07 11:14:04 +0900 (Thu, 07 Jun 2012)

  New Revision: d7bc3b965dbe4ef20aef2adfdea9111a4a1a75aa

  Log:
    Specify intention of the methods in these names
    
    create_executer ->
    create_sub_executer

  Modified files:
    lib/groonga/tester.rb

  Modified: lib/groonga/tester.rb (+3 -3)
===================================================================
--- lib/groonga/tester.rb    2012-06-06 18:56:07 +0900 (fd82e15)
+++ lib/groonga/tester.rb    2012-06-07 11:14:04 +0900 (1b9efa2)
@@ -577,7 +577,7 @@ module Groonga
       end
 
       def execute_script(path)
-        executer = create_executer(@context)
+        executer = create_sub_executer(@context)
         script_path = Pathname(path)
         if script_path.relative?
           script_path = Pathname(@context.base_directory) + script_path
@@ -662,7 +662,7 @@ module Groonga
         @output.gets
       end
 
-      def create_executer(context)
+      def create_sub_executer(context)
         self.class.new(@input, @output, context)
       end
 
@@ -707,7 +707,7 @@ module Groonga
         end
       end
 
-      def create_executer(context)
+      def create_sub_executer(context)
         self.class.new(@host, @port, context)
       end
     end




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