YUKI Hiroshi
null+****@clear*****
Mon Jan 20 15:29:44 JST 2014
YUKI Hiroshi 2014-01-20 15:29:44 +0900 (Mon, 20 Jan 2014) New Revision: 867ff45c3e57b9b239150b42aa8dfabdf8d33c5e https://github.com/droonga/droonga-client-ruby/commit/867ff45c3e57b9b239150b42aa8dfabdf8d33c5e Message: Add "send" method to the client Modified files: lib/droonga/client.rb Modified: lib/droonga/client.rb (+4 -0) =================================================================== --- lib/droonga/client.rb 2014-01-20 15:23:50 +0900 (096fca8) +++ lib/droonga/client.rb 2014-01-20 15:29:44 +0900 (c4e0cec) @@ -64,6 +64,10 @@ module Droonga @connection = create_connection(options) end + def send(message, options={}, &block) + @connection.send(message, options, &block) + end + def request(message, options={}, &block) @connection.request(message, options, &block) end -------------- next part -------------- HTML����������������������������...Download