Method: SimpleCov::Result#format!
- Defined in:
- lib/simplecov/result.rb
#format! ⇒ Object
Applies the configured SimpleCov.formatter on this result
50 51 52 |
# File 'lib/simplecov/result.rb', line 50 def format! SimpleCov.formatter.new.format(self) end |