method
new
new(name=:verify_rcov)
public
Hide source
# File lib/spec/rake/verify_rcov.rb, line 25 def initialize(name=:verify_rcov) @name = name @index_html = 'coverage/index.html' @verbose = true @require_exact_threshold = true yield self if block_given? raise "Threshold must be set" if @threshold.nil? define end