Set the changed state of this object. Notifications will be sent only if the changed state is true.
Source Code
# File observer.rb, line 161 def changed(state=true) @observer_state = state end
Set the changed state of this object. Notifications will be sent only if the changed state is true.
# File observer.rb, line 161 def changed(state=true) @observer_state = state end
<code/>and<pre/>for code samples.