| Module | Observable |
| In: |
lib/observer.rb
|
Implements the Observable design pattern as a mixin so that other objects can be notified of changes in state. See observer.rb for details and an example.
Set the changed state of this object. Notifications will be sent only if the changed state is true.