therubyracer -


MIT
跨平台
Ruby

软件简介

therubyracer 可以让你在 Ruby 程序中嵌入 V8 引擎。

示例代码:

cxt = V8::Context.new
cxt.eval('7 * 6') #=> 42