Yoji Shidara
null+****@clear*****
Tue Nov 26 12:27:22 JST 2013
Yoji Shidara 2013-11-26 12:27:22 +0900 (Tue, 26 Nov 2013) New Revision: 78fcb25d8a48d243483fc062da99da778a660d04 https://github.com/droonga/fluent-plugin-droonga/commit/78fcb25d8a48d243483fc062da99da778a660d04 Message: Fix add command to work Avoid method name collision of `process` Close #29 Modified files: lib/droonga/plugin/handler/add.rb Modified: lib/droonga/plugin/handler/add.rb (+2 -2) =================================================================== --- lib/droonga/plugin/handler/add.rb 2013-11-26 00:14:37 +0900 (296f7dc) +++ lib/droonga/plugin/handler/add.rb 2013-11-26 12:27:22 +0900 (38afeb5) @@ -25,12 +25,12 @@ module Droonga command :add def add(request) - outputs = process(request) + outputs = process_add(request) emit(outputs) end private - def process(request) + def process_add(request) table = @context[request["table"]] return [false] unless table if table.support_key? -------------- next part -------------- HTML����������������������������... Download