class Faststrap::InstallActions::CarthageInstallAction
Public Class Methods
cmd()
click to toggle source
# File lib/faststrap/install_actions/carthage_install_action.rb, line 12 def self.cmd Faststrap::InstallActions.brew_install "carthage" end
description()
click to toggle source
# File lib/faststrap/install_actions/carthage_install_action.rb, line 9 def self.description "Install Carthage" end
group()
click to toggle source
# File lib/faststrap/install_actions/carthage_install_action.rb, line 5 def self.group Faststrap::ActionsGroup::INSTALLERS end
installed?()
click to toggle source
# File lib/faststrap/install_actions/carthage_install_action.rb, line 24 def self.installed? Faststrap::InstallActions.cmd? "carthage" end
name()
click to toggle source
# File lib/faststrap/install_actions/carthage_install_action.rb, line 20 def self.name "Carthage" end
ucmd()
click to toggle source
# File lib/faststrap/install_actions/carthage_install_action.rb, line 16 def self.ucmd Faststrap::InstallActions.brew_uninstall "carthage" end