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

Back to archive index

YUKI Hiroshi null+****@clear*****
Tue Apr 21 14:19:05 JST 2015


YUKI Hiroshi	2015-04-21 14:19:05 +0900 (Tue, 21 Apr 2015)

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

  Message:
    Remove needless prefix

  Modified files:
    lib/droonga/serf.rb

  Modified: lib/droonga/serf.rb (+2 -2)
===================================================================
--- lib/droonga/serf.rb    2015-04-21 14:17:09 +0900 (33e2932)
+++ lib/droonga/serf.rb    2015-04-21 14:19:05 +0900 (30b1992)
@@ -47,7 +47,7 @@ module Droonga
       detect_other_hosts.each do |other_host|
         retry_joins.push("-retry-join", other_host)
       end
-      tags_file = Droonga::Path.serf_tags_file
+      tags_file = Path.serf_tags_file
       FileUtils.mkdir_p(tags_file.dirname)
       agent = Agent.new(loop, @serf_command,
                         @name.host, agent_port, rpc_port,
@@ -223,7 +223,7 @@ module Droonga
       @serf_command ||= find_system_serf
       return if @serf_command
 
-      serf_path = Droonga::Path.serf_command
+      serf_path = Path.serf_command
       @serf_command = serf_path.to_s
       return if serf_path.executable?
       downloader = Downloader.new(serf_path)
-------------- next part --------------
HTML����������������������������...
Descargar 



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