This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-github
/
therubyracer
Watch
1
Star
0
Fork
You've already forked therubyracer
0
mirror of
https://github.com/rubyjs/therubyracer
synced
2023-03-27 23:21:42 -04:00
Code
Releases
Activity
3eb5c526b1
therubyracer
/
t.rb
5 lines
56 B
Ruby
Raw
Normal View
History
Unescape
Escape
first spike
2009-10-01 21:17:06 -05:00
require
'v8'
whoa. it actually evaluated some javascript
2009-10-08 22:50:51 -05:00
c
=
V8
::
Context
.
new
Crazy clunky type convert system or something good?
2009-10-15 23:23:53 -04:00
puts
c
.
eval
(
"
18 + 8
"
)
Copy permalink