[Groonga-commit] droonga/droonga-engine at 683e89a [master] Assignment should return value

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Nov 21 14:58:56 JST 2014


Kouhei Sutou	2014-11-21 14:58:56 +0900 (Fri, 21 Nov 2014)

  New Revision: 683e89a51cb697f3674e62257093ccef4c09b1fa
  https://github.com/droonga/droonga-engine/commit/683e89a51cb697f3674e62257093ccef4c09b1fa

  Message:
    Assignment should return value

  Modified files:
    lib/droonga/buffered_tcp_socket.rb

  Modified: lib/droonga/buffered_tcp_socket.rb (+1 -0)
===================================================================
--- lib/droonga/buffered_tcp_socket.rb    2014-11-21 13:45:45 +0900 (95f95dd)
+++ lib/droonga/buffered_tcp_socket.rb    2014-11-21 14:58:56 +0900 (33a4604)
@@ -134,6 +134,7 @@ module Droonga
 
           def []=(key, value)
             @ids[key.object_id] = value.object_id
+            value
           end
         end
 
-------------- next part --------------
HTML����������������������������...
下載 



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