summaryrefslogtreecommitdiff
path: root/lib/irb/workspace-binding-2.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/irb/workspace-binding-2.rb')
-rw-r--r--lib/irb/workspace-binding-2.rb15
1 files changed, 15 insertions, 0 deletions
diff --git a/lib/irb/workspace-binding-2.rb b/lib/irb/workspace-binding-2.rb
new file mode 100644
index 0000000000..d005296f6e
--- /dev/null
+++ b/lib/irb/workspace-binding-2.rb
@@ -0,0 +1,15 @@
+#
+# bind.rb -
+# $Release Version: $
+# $Revision$
+# $Date$
+# by Keiju ISHITSUKA(Nihon Rational Software Co.,Ltd)
+#
+# --
+#
+#
+#
+
+while true
+ IRB::BINDING_QUEUE.push b = binding
+end