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
|
# typed: true
|
||||||
|
|
||||||
# DO NOT EDIT MANUALLY
|
# DO NOT EDIT MANUALLY
|
||||||
# This is an autogenerated file for dynamic methods in `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::VerifyCmd`.
|
# Please instead update this file by running `bin/tapioca dsl Homebrew::DevCmd::Verify`.
|
||||||
|
|
||||||
|
|
||||||
class Homebrew::DevCmd::VerifyCmd
|
class Homebrew::DevCmd::Verify
|
||||||
sig { returns(Homebrew::DevCmd::VerifyCmd::Args) }
|
sig { returns(Homebrew::DevCmd::Verify::Args) }
|
||||||
def args; end
|
def args; end
|
||||||
end
|
end
|
||||||
|
|
||||||
class Homebrew::DevCmd::VerifyCmd::Args < Homebrew::CLI::Args
|
class Homebrew::DevCmd::Verify::Args < Homebrew::CLI::Args
|
||||||
sig { returns(T.nilable(String)) }
|
sig { returns(T.nilable(String)) }
|
||||||
def arch; end
|
def arch; end
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user