summaryrefslogtreecommitdiff
path: root/lib/irb/ws-for-case-2.rb
blob: 03f42d73d974a5da6722d3e61f46fb4c2eb595e3 (plain)
1
2
3
4
5
6
7
8
9
# frozen_string_literal: true
#
#   irb/ws-for-case-2.rb -
#   	by Keiju ISHITSUKA(keiju@ruby-lang.org)
#

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