Skip to content
Snippets Groups Projects
Commit aead4494 authored by BrewTestBot's avatar BrewTestBot
Browse files

sorbet: Update RBI files and prune files.yaml.

Autogenerated by [a scheduled GitHub Action](https://github.com/Homebrew/brew/blob/master/.github/workflows/sorbet.yml).
parent 3f5b7c4f
No related branches found
No related tags found
No related merge requests found
Showing with 3298 additions and 2664 deletions
This diff is collapsed.
# DO NOT EDIT MANUALLY
# This is an autogenerated file for types exported from the `strscan` gem.
# This is an autogenerated file for types exported from the `rspec-core` gem.
# Please instead update this file by running `tapioca sync`.
# typed: true
......
# DO NOT EDIT MANUALLY
# This is an autogenerated file for types exported from the `simplecov-html` gem.
# Please instead update this file by running `tapioca generate --exclude json`.
# 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
......@@ -14,6 +14,7 @@ class Tapioca::Cli < ::Thor
include(::Thor::Actions)
extend(::Thor::Actions::ClassMethods)
def __print_version; end
def dsl(*constants); end
def generate(*gems); end
def generator; end
......@@ -85,7 +86,7 @@ class Tapioca::Compilers::DslCompiler
def gather_constants(requested_constants); end
sig { params(requested_generators: T::Array[String]).returns(T::Enumerable[Tapioca::Compilers::Dsl::Base]) }
def gather_generators(requested_generators); end
sig { params(requested_generators: T::Array[String]).returns(Proc) }
sig { params(requested_generators: T::Array[String]).returns(T.proc.params(klass: Class).returns(T::Boolean)) }
def generator_filter(requested_generators); end
sig { params(constant: Module).returns(T.nilable(String)) }
def rbi_for_constant(constant); end
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment