mirror of
https://github.com/rubyjs/therubyracer
synced 2023-03-27 23:21:42 -04:00
e7caf25d09
delete. Changed class name to "Context" Also tried to link V8, but I don't know anything about the ruby make script.
9 lines
106 B
Ruby
9 lines
106 B
Ruby
require 'v8'
|
|
|
|
e = V8::Context.new
|
|
e.print("Hello World")
|
|
e.print("Hello World")
|
|
e.print("Hello World")
|
|
|
|
|
|
|