[Groonga-commit] ranguba/groonga-client at 5536643 [master] Fix Hash reference

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Dec 9 16:08:24 JST 2016


Kouhei Sutou	2016-12-09 16:08:24 +0900 (Fri, 09 Dec 2016)

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

  Message:
    Fix Hash reference

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

  Modified: lib/groonga/client/response/schema.rb (+9 -9)
===================================================================
--- lib/groonga/client/response/schema.rb    2016-12-07 23:56:10 +0900 (1cae2ad)
+++ lib/groonga/client/response/schema.rb    2016-12-09 16:08:24 +0900 (b08b28f)
@@ -102,31 +102,31 @@ module Groonga
           end
         end
 
-        class Type < Hash
+        class Type < ::Hash
           include Hashie::Extensions::MethodAccess
         end
 
-        class Tokenizer < Hash
+        class Tokenizer < ::Hash
           include Hashie::Extensions::MethodAccess
         end
 
-        class Normalizer < Hash
+        class Normalizer < ::Hash
           include Hashie::Extensions::MethodAccess
         end
 
-        class TokenFilter < Hash
+        class TokenFilter < ::Hash
           include Hashie::Extensions::MethodAccess
         end
 
-        class KeyType < Hash
+        class KeyType < ::Hash
           include Hashie::Extensions::MethodAccess
         end
 
-        class ValueType < Hash
+        class ValueType < ::Hash
           include Hashie::Extensions::MethodAccess
         end
 
-        class Index < Hash
+        class Index < ::Hash
           include Hashie::Extensions::MethodAccess
 
           def initialize(schema, raw_index)
@@ -161,7 +161,7 @@ module Groonga
           end
         end
 
-        class Column < Hash
+        class Column < ::Hash
           include Hashie::Extensions::MethodAccess
 
           def initialize(schema, raw_column)
@@ -189,7 +189,7 @@ module Groonga
           end
         end
 
-        class Table < Hash
+        class Table < ::Hash
           include Hashie::Extensions::MethodAccess
 
           def initialize(schema)
-------------- next part --------------
HTML����������������������������...
Descargar 



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