private Method

MonitorMixin.mon_initialize

called by initialize method to set defaults for instance variables.

Source Code

# File monitor.rb, line 267
def mon_initialize
  @mon_owner = nil
  @mon_count = 0
  @mon_entering_queue = []
  @mon_waiting_queue = []
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.