sorbet: Update RBI files.
Autogenerated by the [sorbet](https://github.com/Homebrew/brew/blob/master/.github/workflows/sorbet.yml) workflow.
This commit is contained in:
parent
0ecac81e33
commit
8857272d51
@ -4,10 +4,4 @@
|
||||
# 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) }
|
||||
def only_public?; end
|
||||
|
||||
sig { returns(T::Boolean) }
|
||||
def open?; end
|
||||
end
|
||||
class Homebrew::CLI::Args; 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