From: matz@... (Yukihiro Matsumoto) Date: 2001-03-14T13:43:50+09:00 Subject: [ruby-talk:12603] Re: Thread bug Hi, In message "[ruby-talk:12600] Thread bug" on 01/03/14, "Hal E. Fulton" writes: | def shift(non_block=false) | pop(non_block=false) | end | |Surely that should say pop(non_block) instead??? Yes. Thank you for finding another bug. matz.