Class: Faststrap::InstallActions::CarthageInstallAction
- Inherits:
-
Faststrap::InstallAction
- Object
- Faststrap::InstallAction
- Faststrap::InstallActions::CarthageInstallAction
- Defined in:
- lib/faststrap/install_actions/carthage_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/carthage_install_action.rb', line 12 def self.cmd system 'brew install carthage' end |
.description ⇒ Object
9 10 11 |
# File 'lib/faststrap/install_actions/carthage_install_action.rb', line 9 def self.description "Install Carthage" end |
.index ⇒ Object
5 6 7 |
# File 'lib/faststrap/install_actions/carthage_install_action.rb', line 5 def self.index 9 end |
.name ⇒ Object
16 17 18 |
# File 'lib/faststrap/install_actions/carthage_install_action.rb', line 16 def self.name "Carthage" end |