summaryrefslogtreecommitdiff
path: root/lib/irb/ws-for-case-2.rb
blob: 275a8d286ce653b3df00202de27c2b5652da261d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# frozen_string_literal: false
#
#   irb/ws-for-case-2.rb -
#   	by Keiju ISHITSUKA(keiju@ruby-lang.org)
#
# --
#
#
#

while true
  IRB::BINDING_QUEUE.push _ = binding
end