Class: JSH::Context
- Inherits:
-
V8::Context
- Object
- V8::Context
- JSH::Context
- Defined in:
- lib/jsh/context.rb
Instance Method Summary collapse
Instance Method Details
#eval ⇒ Object
6 7 8 |
# File 'lib/jsh/context.rb', line 6 def eval(*) super rescue ErrorHandler.new($!) end |