YUKI Hiroshi
null+****@clear*****
Wed May 14 16:08:54 JST 2014
YUKI Hiroshi 2014-05-14 16:08:54 +0900 (Wed, 14 May 2014) New Revision: 18e20f27730a7cad77614688d23fb047f36354ac https://github.com/droonga/droonga-engine/commit/18e20f27730a7cad77614688d23fb047f36354ac Message: Fix syntax error Modified files: lib/droonga/serf_event_handler.rb Modified: lib/droonga/serf_event_handler.rb (+1 -1) =================================================================== --- lib/droonga/serf_event_handler.rb 2014-05-14 16:05:23 +0900 (abcee99) +++ lib/droonga/serf_event_handler.rb 2014-05-14 16:08:54 +0900 (3de04bb) @@ -92,7 +92,7 @@ module Droonga file_contents = JSON.pretty_generate(nodes) if output_to_file? FileUtils.mkdir_p(list_file.parent.to_s) - File.open(list_file.to_s, "w") do |file + File.open(list_file.to_s, "w") do |file| file.write(file_contents) end else -------------- next part -------------- HTML����������������������������...Download