= private = protected
changed(state=true)
Set the changed state of this object. Notifications will be sent only if the changed state is true.
# File lib/observer.rb, line 161 def changed(state=true) @observer_state = state end