Flowdock
mon_enter_for_cond(count) 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 250
  def mon_enter_for_cond(count)
    @mon_owner = Thread.current
    @mon_count = count
  end
Register or log in to add new notes.