From e2d25be6d5ee5d5bfcdad9585b361cf40e640183 Mon Sep 17 00:00:00 2001 From: Charles Lowell Date: Fri, 18 May 2012 12:44:20 -0500 Subject: [PATCH] allow getting the native context. --- lib/v8/context.rb | 1 + 1 file changed, 1 insertion(+) 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()