Sha256: 9724b95b67a625eb641836ce4278ac5a5ba1794ed96d2b66d4fe7bdbff1dc19a
Contents?: true
Size: 199 Bytes
Versions: 1
Compression:
Stored size: 199 Bytes
Contents
require 'lib/tomato' t = Tomato.new t.run("debug()") t.bind_object(String, "rb.string") t.run("debug(new rb.string());") puts t.run("var v = new rb.string('Hi there!'); debug(v.to_s()); v;").inspect
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tomato-0.0.1.prealpha2 | t.rb |