Fix root namespace
This commit is contained in:
parent
76932fdf7e
commit
5888cd8607
@ -1,8 +1,8 @@
|
||||
# typed: true
|
||||
|
||||
# DO NOT EDIT MANUALLY
|
||||
# This is an autogenerated file for dynamic methods in `Homebrew`.
|
||||
# Please instead update this file by running `bin/tapioca dsl Homebrew`.
|
||||
# This is an autogenerated file for dynamic methods in `Homebrew::CLI::Args`.
|
||||
# Please instead update this file by running `bin/tapioca dsl Homebrew::CLI::Args`.
|
||||
|
||||
class Homebrew::CLI::Args
|
||||
sig { returns(T::Boolean) }
|
||||
@ -21,11 +21,11 @@ module Tapioca
|
||||
|
||||
# FIXME: Enable cop again when https://github.com/sorbet/sorbet/issues/3532 is fixed.
|
||||
# rubocop:disable Style/MutableConstant
|
||||
ConstantType = type_member { { fixed: Module } }
|
||||
ConstantType = type_member { { fixed: T.class_of(Homebrew::CLI::Args) } }
|
||||
# rubocop:enable Style/MutableConstant
|
||||
|
||||
sig { override.returns(T::Enumerable[Module]) }
|
||||
def self.gather_constants = [Homebrew]
|
||||
sig { override.returns(T::Enumerable[T.class_of(Homebrew::CLI::Args)]) }
|
||||
def self.gather_constants = [Homebrew::CLI::Args]
|
||||
|
||||
sig { override.void }
|
||||
def decorate
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user