You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
% pry
[1] pry(main)> pry-version
Pry version: 1.0.0.pre1 on Ruby 2.0.0.
[2] pry(main)> ? Mutex#synchronize
From: thread.c (C Method):
Owner: Mutex
Visibility: public
Signature: synchronize()
Number of lines: 2
Obtains a lock, runs the block, and releases the lock when the block
completes. See the example under Mutex.
However, Thread.exclusive is still bugged.
[1] pry(main)> ? Thread.exclusive
Error: Could not load source for : No such file or directory - <internal:prelude>
Description by @jfirebaugh: banister/pry-doc#1
The text was updated successfully, but these errors were encountered: