Flowdock
mon_initialize() private

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/monitor.rb, line 211
  def mon_initialize
    @mon_owner = nil
    @mon_count = 0
    @mon_mutex = Mutex.new
  end
Register or log in to add new notes.