Flowdock
method

sleep

Importance_0
v1_9_3_125 - Show latest stable - 0 notes - Class: Mutex_m
sleep(timeout = nil) public

No documentation

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

Hide source
# File lib/mutex_m.rb, line 81
  def sleep(timeout = nil)
    @_mutex.sleep(timeout)
  end
Register or log in to add new notes.