class SimpleCov::Result

def to_yaml

Returns a yaml dump of this result, which then can be reloaded using SimpleCov::Result.from_yaml
def to_yaml
  to_hash.to_yaml
end