regenerate hints
Signed-off-by: William Woodruff <william@yossarian.net>
This commit is contained in:
parent
06d0f59a29
commit
04bde137e9
@ -1,16 +1,16 @@
|
||||
# typed: true
|
||||
|
||||
# DO NOT EDIT MANUALLY
|
||||
# This is an autogenerated file for dynamic methods in `Homebrew::DevCmd::VerifyCmd`.
|
||||
# Please instead update this file by running `bin/tapioca dsl Homebrew::DevCmd::VerifyCmd`.
|
||||
# This is an autogenerated file for dynamic methods in `Homebrew::DevCmd::Verify`.
|
||||
# Please instead update this file by running `bin/tapioca dsl Homebrew::DevCmd::Verify`.
|
||||
|
||||
|
||||
class Homebrew::DevCmd::VerifyCmd
|
||||
sig { returns(Homebrew::DevCmd::VerifyCmd::Args) }
|
||||
class Homebrew::DevCmd::Verify
|
||||
sig { returns(Homebrew::DevCmd::Verify::Args) }
|
||||
def args; end
|
||||
end
|
||||
|
||||
class Homebrew::DevCmd::VerifyCmd::Args < Homebrew::CLI::Args
|
||||
class Homebrew::DevCmd::Verify::Args < Homebrew::CLI::Args
|
||||
sig { returns(T.nilable(String)) }
|
||||
def arch; end
|
||||
|
Loading…
x
Reference in New Issue
Block a user