summaryrefslogtreecommitdiff
path: root/sample/cat.rb
diff options
context:
space:
mode:
Diffstat (limited to 'sample/cat.rb')
-rw-r--r--sample/cat.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/sample/cat.rb b/sample/cat.rb
deleted file mode 100644
index a3243d308d..0000000000
--- a/sample/cat.rb
+++ /dev/null
@@ -1,5 +0,0 @@
-# cat -n & `...' operator test
-while gets()
- if $. == 1 ... ~ /^\*/; print("--") end
- printf("%5d: %s", $., $_)
-end