Module: Unobservable::ModuleSupport
- Defined in:
- lib/unobservable.rb
Overview
This module is a mixin that provides support for “instance events”.
Instance Method Summary collapse
Instance Method Details
#instance_events(all = true) ⇒ Object
72 73 74 |
# File 'lib/unobservable.rb', line 72 def instance_events(all = true) Unobservable.instance_events_for(self, all) end |