Module: Chap::SpecialMethods

Included in:
Hook, Runner, Chap::Strategy::Base
Defined in:
lib/chap/special_methods.rb

Defined Under Namespace

Modules: ClassMethods

Constant Summary collapse

SPECIAL_METHODS =
%w/deploy_to release_path current_path shared_path cached_path latest_release node chap log run/

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



5
6
7
8
# File 'lib/chap/special_methods.rb', line 5

def self.included(base)
  base.send(:extend, ClassMethods)
  base.define_special_methods
end