[Groonga-commit] ranguba/groonga-client at ae6fcff [master] Export Groonga::Client::Request::Generic#command_name

Zurück zum Archiv-Index

Kouhei Sutou null+****@clear*****
Wed Mar 1 14:39:00 JST 2017


Kouhei Sutou	2017-03-01 14:39:00 +0900 (Wed, 01 Mar 2017)

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

  Message:
    Export Groonga::Client::Request::Generic#command_name

  Modified files:
    lib/groonga/client/request/generic.rb

  Modified: lib/groonga/client/request/generic.rb (+4 -4)
===================================================================
--- lib/groonga/client/request/generic.rb    2017-03-01 14:32:58 +0900 (b4759b3)
+++ lib/groonga/client/request/generic.rb    2017-03-01 14:39:00 +0900 (2d9dcbf)
@@ -24,6 +24,10 @@ module Groonga
           extend(*@extensions) unles****@exten*****?
         end
 
+        def command_name
+          self.class.command_name
+        end
+
         def response
           @reponse ||= create_response
         end
@@ -60,10 +64,6 @@ module Groonga
           self.class.new(parameters, extensions)
         end
 
-        def command_name
-          self.class.command_name
-        end
-
         def create_response
           open_client do |client|
             response = client.execute(command_name, to_parameters)
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Zurück zum Archiv-Index