[Groonga-commit] ranguba/groonga-client at c44be50 [master] Use Command#command_name

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Mar 21 12:55:57 JST 2016


Kouhei Sutou	2016-03-21 12:55:57 +0900 (Mon, 21 Mar 2016)

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

  Message:
    Use Command#command_name

  Modified files:
    lib/groonga/client/response/base.rb

  Modified: lib/groonga/client/response/base.rb (+1 -1)
===================================================================
--- lib/groonga/client/response/base.rb    2016-03-21 12:52:01 +0900 (2f0d8a5)
+++ lib/groonga/client/response/base.rb    2016-03-21 12:55:57 +0900 (9db40cd)
@@ -42,7 +42,7 @@ module Groonga
         #   server.
         # @return [Base]
         def parse(command, raw_response)
-          klass = find(command.name)
+          klass = find(command.command_name)
           klass.parse(command, raw_response)
         end
       end
-------------- next part --------------
HTML����������������������������...
下载 



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