module SimpleCov
module SimpleCov::Formatter
module SimpleCovJSONFormatter
class SimpleCov::Formatter::JSONFormatter
class SimpleCovJSONFormatter::ResultExporter
class SimpleCovJSONFormatter::ResultHashFormatter
class SimpleCovJSONFormatter::SourceFileFormatter
simplecov_json_formatter
0.1.2
# export
def export File.open(export_path, 'w') do |file| file << json_result end end