From: "mame (Yusuke Endoh)" Date: 2012-11-05T20:47:32+09:00 Subject: [ruby-core:48899] [ruby-trunk - Feature #7087] ::ConditionVariable#wait does not work with Monitor because Monitor#sleep does not exist Issue #7087 has been updated by mame (Yusuke Endoh). Target version set to next minor ---------------------------------------- Feature #7087: ::ConditionVariable#wait does not work with Monitor because Monitor#sleep does not exist https://bugs.ruby-lang.org/issues/7087#change-32396 Author: rklemme (Robert Klemme) Status: Assigned Priority: Low Assignee: matz (Yukihiro Matsumoto) Category: lib Target version: next minor See program attached to bug #7086: timeout_4 always throws: ERROR: method "timeout_4": #> $ irb19 -r monitor irb(main):001:0> Monitor.new.method(:sleep) => # irb(main):002:0> Monitor.instance_methods.grep /sleep/ => [] -- http://bugs.ruby-lang.org/