public Method

Observable.delete_observers

Delete all observers associated with this object.

Source Code

# File observer.rb, line 142
def delete_observers
  @observer_peers.clear if defined? @observer_peers
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.