Merge pull request #17166 from Homebrew/sorbet-files-update
This commit is contained in:
commit
0bb104d6e1
@ -4,10 +4,4 @@
|
|||||||
# This is an autogenerated file for dynamic methods in `Homebrew::CLI::Args`.
|
# 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`.
|
# Please instead update this file by running `bin/tapioca dsl Homebrew::CLI::Args`.
|
||||||
|
|
||||||
class Homebrew::CLI::Args
|
class Homebrew::CLI::Args; end
|
||||||
sig { returns(T::Boolean) }
|
|
||||||
def only_public?; end
|
|
||||||
|
|
||||||
sig { returns(T::Boolean) }
|
|
||||||
def open?; end
|
|
||||||
end
|
|
||||||
|
18
Library/Homebrew/sorbet/rbi/dsl/homebrew/dev_cmd/rubydoc.rbi
generated
Normal file
18
Library/Homebrew/sorbet/rbi/dsl/homebrew/dev_cmd/rubydoc.rbi
generated
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
# typed: true
|
||||||
|
|
||||||
|
# DO NOT EDIT MANUALLY
|
||||||
|
# This is an autogenerated file for dynamic methods in `Homebrew::DevCmd::Rubydoc`.
|
||||||
|
# Please instead update this file by running `bin/tapioca dsl Homebrew::DevCmd::Rubydoc`.
|
||||||
|
|
||||||
|
class Homebrew::DevCmd::Rubydoc
|
||||||
|
sig { returns(Homebrew::DevCmd::Rubydoc::Args) }
|
||||||
|
def args; end
|
||||||
|
end
|
||||||
|
|
||||||
|
class Homebrew::DevCmd::Rubydoc::Args < Homebrew::CLI::Args
|
||||||
|
sig { returns(T::Boolean) }
|
||||||
|
def only_public?; end
|
||||||
|
|
||||||
|
sig { returns(T::Boolean) }
|
||||||
|
def open?; end
|
||||||
|
end
|
Loading…
x
Reference in New Issue
Block a user