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

allow getting the native context.

This commit is contained in:
Charles Lowell 2012-05-18 12:44:20 -05:00
parent f0db59d723
commit e2d25be6d5

View file

@ -1,5 +1,6 @@
module V8
class Context
attr_reader :native
def initialize
@native = V8::C::Context::New()