diff --git a/lib/v8/context.rb b/lib/v8/context.rb index 80d1ea1..9294dd8 100644 --- a/lib/v8/context.rb +++ b/lib/v8/context.rb @@ -1,5 +1,6 @@ module V8 class Context + attr_reader :native def initialize @native = V8::C::Context::New()