class SimpleCov::Profiles

def load(name)


Applies the profile of given name on SimpleCov.configure
def load(name)
  SimpleCov.configure(&fetch_proc(name))
end