summaryrefslogtreecommitdiffstats
path: root/sample/mine.rb
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1999-10-12 04:53:36 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1999-10-12 04:53:36 +0000
commit49afb7c7b164a1ecc1bbc1aa7668e6b2faca68ed (patch)
tree4d17e3f2cabbe9f4ea2bee8f523de11ce30f6a39 /sample/mine.rb
parent52d12453a9941ff91fbcaf1b02914efcb5a7621b (diff)
downloadruby-49afb7c7b164a1ecc1bbc1aa7668e6b2faca68ed.tar.gz
ruby-49afb7c7b164a1ecc1bbc1aa7668e6b2faca68ed.tar.xz
ruby-49afb7c7b164a1ecc1bbc1aa7668e6b2faca68ed.zip
19991012
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@537 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'sample/mine.rb')
-rw-r--r--sample/mine.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/sample/mine.rb b/sample/mine.rb
index fd326482a..7d02e5bfc 100644
--- a/sample/mine.rb
+++ b/sample/mine.rb
@@ -1,3 +1,5 @@
+#! /usr/bin/ruby -Ke
+
class Board
def clr
print "\e[2J"