public Method

Observable.changed?

Query the changed state of this object.

Source Code

# File observer.rb, line 168
def changed?
  if defined? @observer_state and @observer_state
    true
  else
    false
  end
end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.