mirror of
https://github.com/ruby/ruby.git
synced 2025-08-23 21:14:23 +02:00
9 lines
161 B
Ruby
9 lines
161 B
Ruby
# 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
|