1
0
Fork 0
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:
Charles Lowell 2012-06-16 12:31:48 -05:00
parent 1349384c08
commit d1249cb59a

View file

@ -10,10 +10,6 @@ class V8::Conversion
def to_ruby
self
end
def eval_js(source, filename = '<eval>')
V8::Context.new(:with => self).eval(source, filename)
end
end
module NativeObject