[Groonga-commit] ranguba/rroonga at 7ffc61f [master] Remove needless "Groonga::"

Back to archive index

Masafumi Yokoyama null+****@clear*****
Fri Oct 3 01:08:05 JST 2014


Masafumi Yokoyama	2014-10-03 01:08:05 +0900 (Fri, 03 Oct 2014)

  New Revision: 7ffc61f4168320e31b6407bb0d095d46f95e8379
  https://github.com/ranguba/rroonga/commit/7ffc61f4168320e31b6407bb0d095d46f95e8379

  Message:
    Remove needless "Groonga::"

  Modified files:
    lib/groonga/record.rb

  Modified: lib/groonga/record.rb (+1 -1)
===================================================================
--- lib/groonga/record.rb    2014-10-03 00:36:31 +0900 (c49d61b)
+++ lib/groonga/record.rb    2014-10-03 01:08:05 +0900 (626e0c6)
@@ -281,7 +281,7 @@ module Groonga
 
     # Delete the record.
     def delete
-      if****@table*****_a?(Groonga::Table::KeySupport)
+      if****@table*****_a?(Table::KeySupport)
         @table.delete(@id, :id => true)
       else
         @table.delete(@id)
-------------- next part --------------
HTML����������������������������...
Download 



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