# frozen_string_literal: true module SimpleCov; end module SimpleCov::Formatter; end # rubocop:disable Style/StaticClass class SimpleCov::Formatter::Terminal VERSION = '0.2.0' end # rubocop:enable Style/StaticClass