summaryrefslogtreecommitdiff
path: root/lib/irb/workspace-binding-2.rb
blob: d005296f6e360a5fa7f284b3601c8dffdb0eee4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
#   bind.rb - 
#   	$Release Version: $
#   	$Revision$
#   	$Date$
#   	by Keiju ISHITSUKA(Nihon Rational Software Co.,Ltd)
#
# --
#
#   
#

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