1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/lib/irb/workspace-binding-2.rb

16 lines
197 B
Ruby
Raw Normal View History

#
# bind.rb -
# $Release Version: $
# $Revision$
# $Date$
# by Keiju ISHITSUKA(Nihon Rational Software Co.,Ltd)
#
# --
#
#
#
while true
IRB::BINDING_QUEUE.push b = binding
end