class V8::Context

def initialize(opts = {})

def initialize(opts = {})      
  @native = C::Context.new(opts[:with])
end