[Groonga-commit] droonga/droonga-client-ruby at 3ce67be [master] Remove duplicated description

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Jan 17 18:13:38 JST 2014


Kouhei Sutou	2014-01-17 18:13:38 +0900 (Fri, 17 Jan 2014)

  New Revision: 3ce67be9d1349235531620ee75b185a50c3b6645
  https://github.com/droonga/droonga-client-ruby/commit/3ce67be9d1349235531620ee75b185a50c3b6645

  Message:
    Remove duplicated description

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

  Modified: lib/droonga/client/connection/droonga_protocol.rb (+2 -4)
===================================================================
--- lib/droonga/client/connection/droonga_protocol.rb    2014-01-17 18:13:25 +0900 (914d7fd)
+++ lib/droonga/client/connection/droonga_protocol.rb    2014-01-17 18:13:38 +0900 (0d48f73)
@@ -51,8 +51,7 @@ module Droonga
         # messages.
         #
         # @overload reciprocate(message, options={})
-        #   Sends the request message and receives one or more
-        #   messages synchronously.
+        #   This is synchronously version.
         #
         #   @param message [Hash] Request message.
         #   @param options [Hash] The options.
@@ -61,8 +60,7 @@ module Droonga
         #   @return [Object] The response. TODO: WRITE ME
         #
         # @overload reciprocate(message, options={}, &block)
-        #   Sends the request message and receives one or more
-        #   response messages asynchronously.
+        #   This is asynchronously version.
         #
         #   @param message [Hash] Request message.
         #   @param options [Hash] The options.
-------------- next part --------------
HTML����������������������������...
Download 



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