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