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

body text was a comment

This commit is contained in:
Will 2014-05-01 18:21:30 -04:00
parent 14e01345c9
commit 4dc7f7e7d6

View file

@ -28,7 +28,9 @@ Embed the V8 JavaScript interpreter into Ruby.
then in your Ruby code
require 'v8'
# or if using bundler (as with Rails), add the following to your Gemfile
or if using bundler (as with Rails), add the following to your Gemfile
gem "therubyracer"
evaluate some simple JavaScript