Module: WatcherOnTheWall

Defined in:
lib/watcher_on_the_wall.rb,
lib/watcher_on_the_wall/version.rb

Defined Under Namespace

Modules: Exceptions, InstanceMethods

Constant Summary collapse

VERSION =
"0.0.2"

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



6
7
8
9
10
11
# File 'lib/watcher_on_the_wall.rb', line 6

def self.included(base)
  base.class_eval do
    include InstanceMethods
  end

end