Module: ActiveMetadata::Persistence::Watcher
- Included in:
- InstanceMethods
- Defined in:
- lib/active_metadata/persistence/watcher.rb
Defined Under Namespace
Modules: InstanceMethods
Class Method Summary collapse
Class Method Details
.included(receiver) ⇒ Object
3 4 5 |
# File 'lib/active_metadata/persistence/watcher.rb', line 3 def self.included(receiver) receiver.send :include, InstanceMethods end |