mirror of
https://github.com/rubyjs/therubyracer
synced 2023-03-27 23:21:42 -04:00
eval_js() removed from redjs
This commit is contained in:
parent
1349384c08
commit
d1249cb59a
1 changed files with 0 additions and 4 deletions
|
@ -10,10 +10,6 @@ class V8::Conversion
|
||||||
def to_ruby
|
def to_ruby
|
||||||
self
|
self
|
||||||
end
|
end
|
||||||
|
|
||||||
def eval_js(source, filename = '<eval>')
|
|
||||||
V8::Context.new(:with => self).eval(source, filename)
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
|
|
||||||
module NativeObject
|
module NativeObject
|
||||||
|
|
Loading…
Add table
Reference in a new issue