Class: Faststrap::InstallActions::HomebrewInstallAction
- Inherits:
-
Faststrap::InstallAction
- Object
- Faststrap::InstallAction
- Faststrap::InstallActions::HomebrewInstallAction
- Defined in:
- lib/faststrap/install_actions/homebrew_install_action.rb
Class Method Summary collapse
Methods inherited from Faststrap::InstallAction
Class Method Details
.description ⇒ Object
9 10 11 |
# File 'lib/faststrap/install_actions/homebrew_install_action.rb', line 9 def self.description "HomebrewInstallAction description" end |
.index_pos ⇒ Object
5 6 7 |
# File 'lib/faststrap/install_actions/homebrew_install_action.rb', line 5 def self.index_pos 0 end |
.install_cmd ⇒ Object
12 13 14 |
# File 'lib/faststrap/install_actions/homebrew_install_action.rb', line 12 def self.install_cmd puts "echo HomebrewInstallAction" end |