Update RBI files for tapioca.

This commit is contained in:
BrewTestBot 2021-04-23 05:59:48 +00:00
parent 51803969cc
commit f04b2ef789
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
4 changed files with 12 additions and 11 deletions

View File

@ -1,7 +0,0 @@
# DO NOT EDIT MANUALLY
# This is an autogenerated file for types exported from the `commander` gem.
# Please instead update this file by running `tapioca generate --exclude json`.
# typed: true

View File

@ -0,0 +1,8 @@
# DO NOT EDIT MANUALLY
# This is an autogenerated file for types exported from the `commander` gem.
# Please instead update this file by running `bin/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

@ -1,6 +1,6 @@
# DO NOT EDIT MANUALLY # DO NOT EDIT MANUALLY
# This is an autogenerated file for types exported from the `pry` gem. # This is an autogenerated file for types exported from the `pry` gem.
# Please instead update this file by running `tapioca sync`. # Please instead update this file by running `bin/tapioca sync`.
# typed: true # typed: true

View File

@ -521,8 +521,8 @@ class Tapioca::Generator < ::Thor::Shell::Color
def move(old_filename, new_filename); end def move(old_filename, new_filename); end
sig { void } sig { void }
def perform_additions; end def perform_additions; end
sig { params(dir: Pathname, constant_lookup: T::Hash[String, String]).void } sig { params(dir: Pathname).void }
def perform_dsl_verification(dir, constant_lookup); end def perform_dsl_verification(dir); end
sig { void } sig { void }
def perform_removals; end def perform_removals; end
sig { params(files: T::Set[Pathname]).void } sig { params(files: T::Set[Pathname]).void }
@ -561,7 +561,7 @@ module Tapioca::GenericTypeRegistry
sig { params(constant: Module, name: String).returns(Module) } sig { params(constant: Module, name: String).returns(Module) }
def create_generic_type(constant, name); end def create_generic_type(constant, name); end
sig { params(constant: Class).returns(Class) } sig { params(constant: Class).returns(Class) }
def create_sealed_safe_subclass(constant); end def create_safe_subclass(constant); end
sig { params(constant: Module).returns(T::Hash[Integer, String]) } sig { params(constant: Module).returns(T::Hash[Integer, String]) }
def lookup_or_initialize_type_variables(constant); end def lookup_or_initialize_type_variables(constant); end
sig { params(constant: Module).returns(T.nilable(String)) } sig { params(constant: Module).returns(T.nilable(String)) }