blob: a70183e00d42f758e20dbc3788796459e809eb63 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#
# irb/ws-for-case-2.rb -
# $Release Version: 0.9.6$
# $Revision: 29726 $
# by Keiju ISHITSUKA(keiju@ruby-lang.org)
#
# --
#
#
#
while true
IRB::BINDING_QUEUE.push _ = binding
end
|