# File lib/coveralls.rb, line 17
  def wear!(simplecov_setting=nil, &block)
    setup!
    start! simplecov_setting, &block
  end