Module: Faststrap::InstallActions
- Defined in:
- lib/faststrap/install_actions/install_actions_helper.rb,
lib/faststrap/install_actions/homebrew_install_action.rb,
lib/faststrap/install_actions/bash_completion_install_action.rb
Defined Under Namespace
Classes: BashCompletionInstallAction, HomebrewInstallAction
Class Method Summary collapse
Class Method Details
.load_default_actions ⇒ Object
3 4 5 6 7 |
# File 'lib/faststrap/install_actions/install_actions_helper.rb', line 3 def self.load_default_actions Dir[File. '*install_action.rb', File.dirname(__FILE__)].each do |file| require file end end |