YUKI Hiroshi
null+****@clear*****
Sat Jun 28 00:29:18 JST 2014
YUKI Hiroshi 2014-06-28 00:29:18 +0900 (Sat, 28 Jun 2014) New Revision: 7eea38c78a4e5a94c86e727b16239581bd8baf75 https://github.com/droonga/droonga-engine/commit/7eea38c78a4e5a94c86e727b16239581bd8baf75 Message: Remove needless prefix Modified files: lib/droonga/command/serf_event_handler.rb Modified: lib/droonga/command/serf_event_handler.rb (+2 -2) =================================================================== --- lib/droonga/command/serf_event_handler.rb 2014-06-28 00:21:29 +0900 (2a71473) +++ lib/droonga/command/serf_event_handler.rb 2014-06-28 00:29:18 +0900 (ad2c41f) @@ -93,13 +93,13 @@ module Droonga path = Path.live_nodes nodes = live_nodes file_contents = JSON.pretty_generate(nodes) - Droonga::SafeFileWriter.write(path, file_contents) + SafeFileWriter.write(path, file_contents) end def save_status(key, value) status = Serf.load_status status[key] = value - Droonga::SafeFileWriter.write(Serf.status_file, JSON.pretty_generate(status)) + SafeFileWriter.write(Serf.status_file, JSON.pretty_generate(status)) end end end -------------- next part -------------- HTML����������������������������...Download