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
.cmd ⇒ Object
12 13 14 |
# File 'lib/faststrap/install_actions/homebrew_install_action.rb', line 12 def self.cmd system 'ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"' end |
.description ⇒ Object
9 10 11 |
# File 'lib/faststrap/install_actions/homebrew_install_action.rb', line 9 def self.description "Install Homebrew" end |
.index ⇒ Object
5 6 7 |
# File 'lib/faststrap/install_actions/homebrew_install_action.rb', line 5 def self.index 0 end |
.name ⇒ Object
16 17 18 |
# File 'lib/faststrap/install_actions/homebrew_install_action.rb', line 16 def self.name "Homebrew" end |