module SimpleCov
module SimpleCov::Formatter
class SimpleCov::Formatter::RcovFormatter
simplecov-rcov
0.3.7
# shortened_filename
def shortened_filename(file) file.filename.gsub("#{SimpleCov.root}/", '') end