class SimpleCovJSONFormatter::ResultExporter

def export

def export
  File.open(export_path, 'w') do |file|
    file << json_result
  end
end