[Groonga-commit] droonga/droonga-engine at 3c29acb [master] Remove needless cache

Back to archive index

Kouhei Sutou null+****@clear*****
Mon May 26 16:28:19 JST 2014


Kouhei Sutou	2014-05-26 16:28:19 +0900 (Mon, 26 May 2014)

  New Revision: 3c29acb56252196623b9ddb4467ad22fec903d8a
  https://github.com/droonga/droonga-engine/commit/3c29acb56252196623b9ddb4467ad22fec903d8a

  Message:
    Remove needless cache

  Modified files:
    lib/droonga/serf.rb

  Modified: lib/droonga/serf.rb (+1 -1)
===================================================================
--- lib/droonga/serf.rb    2014-05-26 16:27:01 +0900 (a58f489)
+++ lib/droonga/serf.rb    2014-05-26 16:28:19 +0900 (267360e)
@@ -22,7 +22,7 @@ module Droonga
   class Serf
     class << self
       def path
-        @path ||= Droonga::Path.base + "serf"
+        Droonga::Path.base + "serf"
       end
     end
 
-------------- next part --------------
HTML����������������������������...
下载 



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