Update RBI files for simplecov.

This commit is contained in:
BrewTestBot 2020-11-30 07:25:50 +00:00
parent 3eff3132e4
commit 62b621b282
3 changed files with 50 additions and 0 deletions

View File

@ -0,0 +1,8 @@
# 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 `tapioca sync`.
# typed: true
# THIS IS AN EMPTY RBI FILE.
# see https://github.com/Shopify/tapioca/blob/master/README.md#manual-gem-requires

View File

@ -27765,6 +27765,13 @@ end
class SimpleCov::Formatter::HTMLFormatter class SimpleCov::Formatter::HTMLFormatter
end end
class SimpleCov::Formatter::JSONFormatter
def format(result); end
end
class SimpleCov::Formatter::JSONFormatter
end
class SimpleCov::Formatter::MultiFormatter class SimpleCov::Formatter::MultiFormatter
end end
@ -27789,6 +27796,7 @@ class SimpleCov::Formatter::SimpleFormatter
end end
module SimpleCov::Formatter module SimpleCov::Formatter
def self.from_env(env); end
end end
module SimpleCov::LastRun module SimpleCov::LastRun
@ -28140,6 +28148,40 @@ module SimpleCov
def self.write_last_run(result); end def self.write_last_run(result); end
end end
module SimpleCovJSONFormatter
end
class SimpleCovJSONFormatter::ResultExporter
def export(); end
def initialize(result_hash); end
FILENAME = ::T.let(nil, ::T.untyped)
end
class SimpleCovJSONFormatter::ResultExporter
end
class SimpleCovJSONFormatter::ResultHashFormatter
def format(); end
def initialize(result); end
end
class SimpleCovJSONFormatter::ResultHashFormatter
end
class SimpleCovJSONFormatter::SourceFileFormatter
def format(); end
def initialize(source_file); end
end
class SimpleCovJSONFormatter::SourceFileFormatter
end
module SimpleCovJSONFormatter
end
module Singleton module Singleton
def _dump(depth=T.unsafe(nil)); end def _dump(depth=T.unsafe(nil)); end