diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2011-04-08 16:28:27 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2011-04-08 16:28:27 +0200 |
commit | 5671b8189c98c38c3689d24cfbcce1beda1d8fe2 (patch) | |
tree | 2717ec02661bae266015a2198d6161db099ef7f4 /test | |
download | skeletons-5671b8189c98c38c3689d24cfbcce1beda1d8fe2.zip skeletons-5671b8189c98c38c3689d24cfbcce1beda1d8fe2.tar.gz |
initial commit
Diffstat (limited to 'test')
-rw-r--r-- | test/test_lib.rb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/test_lib.rb b/test/test_lib.rb new file mode 100644 index 0000000..bf3a665 --- /dev/null +++ b/test/test_lib.rb @@ -0,0 +1,8 @@ +#! /usr/bin/env ruby +# -*- coding: UTF-8 -*- +# +require 'lib' +# +LIB::Test.new.hello +# +# EOF |