1
0
Fork 0
mirror of https://github.com/rubyjs/therubyracer synced 2023-03-27 23:21:42 -04:00

remove t.rb now that it is superceded by the specs

This commit is contained in:
Charles Lowell 2009-11-03 14:21:52 -06:00
parent 92352f5be3
commit be91377722

4
t.rb
View file

@ -1,4 +0,0 @@
require 'v8'
c = V8::Context.new
puts c.eval("18 + 8")