class Faststrap::InstallActions::XctoolInstallAction
Public Class Methods
cmd()
click to toggle source
# File lib/faststrap/install_actions/xctool_install_action.rb, line 13 def self.cmd Faststrap::InstallActions.brew_install "xctool" end
description()
click to toggle source
# File lib/faststrap/install_actions/xctool_install_action.rb, line 9 def self.description "Install Xctool" end
group()
click to toggle source
# File lib/faststrap/install_actions/xctool_install_action.rb, line 5 def self.group Faststrap::ActionsGroup::TESTS end
installed?()
click to toggle source
# File lib/faststrap/install_actions/xctool_install_action.rb, line 25 def self.installed? Faststrap::InstallActions.cmd? "xctool" end
name()
click to toggle source
# File lib/faststrap/install_actions/xctool_install_action.rb, line 21 def self.name "xctool" end
ucmd()
click to toggle source
# File lib/faststrap/install_actions/xctool_install_action.rb, line 17 def self.ucmd Faststrap::InstallActions.brew_uninstall "xctool" end