[Groonga-commit] droonga/fluent-plugin-droonga at 64a7f64 [master] Remove needless "_xxx" mark

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Nov 24 23:50:29 JST 2013


Kouhei Sutou	2013-11-24 23:50:29 +0900 (Sun, 24 Nov 2013)

  New Revision: 64a7f6414f1e293b463659e91e7006ec921c06a3
  https://github.com/droonga/fluent-plugin-droonga/commit/64a7f6414f1e293b463659e91e7006ec921c06a3

  Message:
    Remove needless "_xxx" mark

  Modified files:
    lib/droonga/handler.rb

  Modified: lib/droonga/handler.rb (+2 -2)
===================================================================
--- lib/droonga/handler.rb    2013-11-24 23:48:17 +0900 (56f9155)
+++ lib/droonga/handler.rb    2013-11-24 23:50:29 +0900 (2073b3b)
@@ -152,11 +152,11 @@ module Droonga
       @descendants = request["descendants"]
 
       plugin.process(command, @body, *arguments)
-      output_xxx if @descendants
+      output if @descendants
       true
     end
 
-    def output_xxx
+    def output
       result = @task["values"]
       if @component["post"]
         destination = @component["post"]
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index