Module: WatchTower::Project::Init

Included in:
WatchTower::Project
Defined in:
lib/watch_tower/project/init.rb

Defined Under Namespace

Modules: ClassMethods, InstanceMethods

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



6
7
8
9
# File 'lib/watch_tower/project/init.rb', line 6

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