Method: Coveralls#wear!
- Defined in:
- lib/coveralls.rb
#wear!(simplecov_setting = nil, &block) ⇒ Object
17 18 19 20 |
# File 'lib/coveralls.rb', line 17 def wear!(simplecov_setting=nil, &block) setup! start! simplecov_setting, &block end |