Update RBI files for simplecov_json_formatter.

This commit is contained in:
BrewTestBot 2022-02-16 18:12:16 +00:00
parent 656e22766d
commit 481934b4ee
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F

View File

@ -1,9 +1,9 @@
# typed: true
# DO NOT EDIT MANUALLY
# This is an autogenerated file for types exported from the `simplecov_json_formatter` gem.
# Please instead update this file by running `bin/tapioca gem simplecov_json_formatter`.
# typed: true
module SimpleCov
extend ::SimpleCov::Configuration
@ -93,6 +93,8 @@ class SimpleCovJSONFormatter::ResultHashFormatter
private
def format_files; end
def format_groups; end
def format_source_file(source_file); end
def formatted_result; end
end