Class: Homebrew::Cmd::Version Private
- Inherits:
-
AbstractCommand
- Object
- AbstractCommand
- Homebrew::Cmd::Version
- Includes:
- ShellCommand
- Defined in:
- cmd/--version.rb,
sorbet/rbi/dsl/homebrew/cmd/version.rbi
This class is part of a private API. This class may only be used in the Homebrew/brew repository. Third parties should avoid using this class if possible, as it may be removed or changed without warning.
Defined Under Namespace
Classes: Args
Class Method Summary collapse
- .command_name ⇒ String private
Instance Method Summary collapse
Methods included from ShellCommand
Methods inherited from AbstractCommand
command, dev_cmd?, #initialize, parser, ruby_cmd?, #run
Constructor Details
This class inherits a constructor from Homebrew::AbstractCommand
Class Method Details
.command_name ⇒ String
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
13 |
# File 'cmd/--version.rb', line 13 def self.command_name = "--version" |
Instance Method Details
#args ⇒ Homebrew::Cmd::Version::Args
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
10 |
# File 'sorbet/rbi/dsl/homebrew/cmd/version.rbi', line 10 def args; end |