summaryrefslogtreecommitdiff
path: root/trunk/lib/irb/ws-for-case-2.rb
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/lib/irb/ws-for-case-2.rb')
-rw-r--r--trunk/lib/irb/ws-for-case-2.rb14
1 files changed, 14 insertions, 0 deletions
diff --git a/trunk/lib/irb/ws-for-case-2.rb b/trunk/lib/irb/ws-for-case-2.rb
new file mode 100644
index 0000000000..24c5fd5aa8
--- /dev/null
+++ b/trunk/lib/irb/ws-for-case-2.rb
@@ -0,0 +1,14 @@
+#
+# irb/ws-for-case-2.rb -
+# $Release Version: 0.9.5$
+# $Revision$
+# by Keiju ISHITSUKA(keiju@ruby-lang.org)
+#
+# --
+#
+#
+#
+
+while true
+ IRB::BINDING_QUEUE.push b = binding
+end