rufus-lua 1.1.2 → 1.1.3

Sign up to get free protection for your applications and to get access to all the features.
data/test/t.rb DELETED
@@ -1,19 +0,0 @@
1
-
2
- #
3
- # sandbox experiment file with rufus-lua
4
- #
5
- # Thu Mar 12 15:54:30 JST 2009
6
- #
7
-
8
- $:.unshift('lib')
9
-
10
- require 'rubygems'
11
- require 'rufus/lua'
12
-
13
-
14
- s = Rufus::Lua::State.new
15
-
16
- puts s.eval("return table.concat({ 'hello', 'from', 'Lua' }, ' ')")
17
-
18
- s.close
19
-