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
MRI 1.9 has this crazy corner case called prelude.rb. It currently defines exactly two methods: Mutex#synchronize and Thread.exclusive.
pry-doc doesn't know about it currently:
[1] pry(main)> show-method Mutex#synchronize
Errno::ENOENT: No such file or directory - <internal:prelude>
from /Users/john/.rvm/gems/ruby-1.9.3-p0/gems/method_source-0.6.7/lib/method_source.rb:52:in `initialize'
Since this is such a crazy corner case, please treat it as ultra low-priority. ruby-doc.org doesn't even know about these methods yet! :)
The text was updated successfully, but these errors were encountered:
MRI 1.9 has this crazy corner case called prelude.rb. It currently defines exactly two methods:
Mutex#synchronize
andThread.exclusive
.pry-doc doesn't know about it currently:
Since this is such a crazy corner case, please treat it as ultra low-priority. ruby-doc.org doesn't even know about these methods yet! :)
The text was updated successfully, but these errors were encountered: