Method: SimpleCov.load_profile
- Defined in:
- lib/simplecov.rb
.load_profile(name) ⇒ Object
Applies the profile of given name on SimpleCov configuration
158 159 160 |
# File 'lib/simplecov.rb', line 158 def load_profile(name) profiles.load(name) end |