mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
16 lines
197 B
Ruby
16 lines
197 B
Ruby
|
#
|
||
|
# bind.rb -
|
||
|
# $Release Version: $
|
||
|
# $Revision$
|
||
|
# $Date$
|
||
|
# by Keiju ISHITSUKA(Nihon Rational Software Co.,Ltd)
|
||
|
#
|
||
|
# --
|
||
|
#
|
||
|
#
|
||
|
#
|
||
|
|
||
|
while true
|
||
|
IRB::BINDING_QUEUE.push b = binding
|
||
|
end
|