blob: eb173fddca44b01bbc07416b7a54a3fef906a9ad (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# frozen_string_literal: false
#
# irb/ws-for-case-2.rb -
# $Release Version: 0.9.6$
# $Revision$
# by Keiju ISHITSUKA([email protected])
#
# --
#
#
#
while true
IRB::BINDING_QUEUE.push _ = binding
end
|