class SimpleCov::Formatter::RcovFormatter

def self.output_path

def self.output_path
  File.join( SimpleCov.coverage_path, "/rcov" )
end