[Groonga-commit] droonga/droonga-engine at bc781b1 [master] Remove needless prefix

Back to archive index

Kouhei Sutou null+****@clear*****
Tue May 27 13:05:54 JST 2014


Kouhei Sutou	2014-05-27 13:05:54 +0900 (Tue, 27 May 2014)

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

  Message:
    Remove needless prefix

  Modified files:
    lib/droonga/command/droonga_engine.rb

  Modified: lib/droonga/command/droonga_engine.rb (+3 -3)
===================================================================
--- lib/droonga/command/droonga_engine.rb    2014-05-27 13:05:21 +0900 (23fcd53)
+++ lib/droonga/command/droonga_engine.rb    2014-05-27 13:05:54 +0900 (94ca4f0)
@@ -61,7 +61,7 @@ module Droonga
       end
 
       def ensure_path
-        Droonga::Path.base
+        Path.base
       end
 
       def run_main_loop
@@ -204,8 +204,8 @@ module Droonga
           parser.separator("Path:")
           parser.on("--base-dir=DIR",
                     "Use DIR as the base directory",
-                    "(#{Droonga::Path.base})") do |dir|
-            Droonga::Path.base = dir
+                    "(#{Path.base})") do |dir|
+            Path.base = dir
           end
         end
 
-------------- next part --------------
HTML����������������������������...
Download 



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