[Groonga-commit] droonga/droonga-engine at ad5a90a [master] droonga-engine: use meaningful name

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Jan 5 13:05:50 JST 2015


Kouhei Sutou	2015-01-05 13:05:50 +0900 (Mon, 05 Jan 2015)

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

  Message:
    droonga-engine: use meaningful name

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

  Modified: lib/droonga/command/droonga_engine.rb (+3 -3)
===================================================================
--- lib/droonga/command/droonga_engine.rb    2015-01-05 13:01:00 +0900 (b7118bb)
+++ lib/droonga/command/droonga_engine.rb    2015-01-05 13:05:50 +0900 (40b6214)
@@ -235,9 +235,9 @@ module Droonga
         end
 
         def load_config
-          config = Path.config
-          if config.exist?
-            YAML.load_file(config)
+          config_path = Path.config
+          if config_path.exist?
+            YAML.load_file(config_path)
           else
             {}
           end
-------------- next part --------------
HTML����������������������������...
Download 



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