Module: WatchTower::Project::AnyBased

Included in:
WatchTower::Project, GitBased, PathBased
Defined in:
lib/watch_tower/project/any_based.rb

Defined Under Namespace

Modules: ClassMethods, InstanceMethods

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



7
8
9
10
# File 'lib/watch_tower/project/any_based.rb', line 7

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