[Groonga-commit] ranguba/groonga-client at 451ab7f [master] Accept client.select("string-key" => "value") again

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Oct 5 19:00:42 JST 2016


Kouhei Sutou	2016-10-05 19:00:42 +0900 (Wed, 05 Oct 2016)

  New Revision: 451ab7fcb8c14046933d0690093a6a0f6a1279a3
  https://github.com/ranguba/groonga-client/commit/451ab7fcb8c14046933d0690093a6a0f6a1279a3

  Message:
    Accept client.select("string-key" => "value") again

  Modified files:
    lib/groonga/client.rb

  Modified: lib/groonga/client.rb (+1 -1)
===================================================================
--- lib/groonga/client.rb    2016-09-05 10:47:37 +0900 (00cf357)
+++ lib/groonga/client.rb    2016-10-05 19:00:42 +0900 (bfe42cc)
@@ -178,7 +178,7 @@ module Groonga
 
     def method_missing(name, *args, **kwargs, &block)
       if groonga_command_name?(name)
-        execute(name, *args, **kwargs, &block)
+        execute(name, *args, &block)
       else
         super
       end
-------------- next part --------------
HTML����������������������������...
Download 



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