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
48 49 50 |
# File 'lib/unobservable.rb', line 48 def instance_events(all = true) Unobservable.instance_events_for(self, all) end |