class SimpleCov::Result

def format!

Applies the configured SimpleCov.formatter on this result
def format!
  SimpleCov.formatter.new.format(self)
end