# 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