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