[Groonga-commit] groonga/fluent-plugin-droonga at aaa7cd1 [master] add: delete a needless suffix

Back to archive index

Kosuke Asami null+****@clear*****
Mon Jul 22 11:27:58 JST 2013


Kosuke Asami	2013-07-22 11:27:58 +0900 (Mon, 22 Jul 2013)

  New Revision: aaa7cd14affe646b205d10168275aa37b72f0697
  https://github.com/groonga/fluent-plugin-droonga/commit/aaa7cd14affe646b205d10168275aa37b72f0697

  Message:
    add: delete a needless suffix
    
    Because:
    This suffix is meaningless.
    
    process_add ->
    process

  Modified files:
    lib/droonga/plugin/handler_add.rb

  Modified: lib/droonga/plugin/handler_add.rb (+2 -2)
===================================================================
--- lib/droonga/plugin/handler_add.rb    2013-07-21 00:06:22 +0900 (783b70f)
+++ lib/droonga/plugin/handler_add.rb    2013-07-22 11:27:58 +0900 (cd04237)
@@ -25,11 +25,11 @@ module Droonga
 
     command :add
     def add(request)
-      outputs = process_add(request)
+      outputs = process(request)
       post(outputs)
     end
 
-    def process_add(request)
+    def process(request)
       table = @context[request["table"]]
       return [false] unless table
       if table.class == Groonga::Array
-------------- next part --------------
HTML����������������������������...
Download 



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