[Groonga-commit] droonga/droonga-client-ruby at 5ffc729 [master] Use "message" instead of "envelope"

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Jan 17 18:27:54 JST 2014


Kouhei Sutou	2014-01-17 18:27:54 +0900 (Fri, 17 Jan 2014)

  New Revision: 5ffc72930367d46ba4da2ca674634884918213e8
  https://github.com/droonga/droonga-client-ruby/commit/5ffc72930367d46ba4da2ca674634884918213e8

  Message:
    Use "message" instead of "envelope"

  Modified files:
    lib/droonga/client/connection/droonga_protocol.rb

  Modified: lib/droonga/client/connection/droonga_protocol.rb (+3 -3)
===================================================================
--- lib/droonga/client/connection/droonga_protocol.rb    2014-01-17 18:14:51 +0900 (0a50f48)
+++ lib/droonga/client/connection/droonga_protocol.rb    2014-01-17 18:27:54 +0900 (87832dc)
@@ -149,12 +149,12 @@ module Droonga
         # Sends low level request. Normally, you should use other
         # convenience methods.
         #
-        # @param envelope [Hash] Request envelope.
+        # @param message [Hash] Request message.
         # @param options [Hash] The options to send request.
         #   TODO: WRITE ME
         # @return [void]
-        def send(envelope, options={}, &block)
-          @logger.post("message", envelope)
+        def send(message, options={}, &block)
+          @logger.post("message", message)
         end
 
         # Close the connection. This connection can't be used anymore.
-------------- next part --------------
HTML����������������������������...
下載 



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