Module: Pulsar::Helpers::Clamp

Includes:
Path, Shell
Included in:
Pulsar::Helpers::Capistrano::DSL, MainCommand, UtilsCommand
Defined in:
lib/pulsar/helpers/clamp.rb

Defined Under Namespace

Modules: InstanceAndClassMethods, InstanceMethods

Class Method Summary collapse

Methods included from Path

#capfile_path, #config_app_defaults_path, #config_app_path, #config_app_recipes_path, #config_app_stage_recipes_path, #config_apps_path, #config_base_path, #config_path, #config_stage_path

Methods included from Shell

#cd, #rm_rf, #run_cmd, #touch

Class Method Details

.included(base) ⇒ Object



7
8
9
10
# File 'lib/pulsar/helpers/clamp.rb', line 7

def self.included(base)
  base.extend(InstanceAndClassMethods)
  base.send(:include, InstanceMethods)
end