Object
# File lib/simplecov-html.rb, line 13 def format(result) Dir[File.join(File.dirname(__FILE__), '../public/*')].each do |path| FileUtils.cp_r(path, asset_output_path) end File.open(File.join(output_path, "index.html"), "w+") do |file| file.puts template('layout').result(binding) end puts output_message(result) end
Generated with the Darkfish Rdoc Generator 2.