Class: RustyRacer::ExecJSRuntime
- Inherits:
-
ExecJS::Runtime
- Object
- ExecJS::Runtime
- RustyRacer::ExecJSRuntime
- Defined in:
- lib/rusty_racer/execjs.rb
Defined Under Namespace
Classes: Context
Instance Method Summary collapse
Instance Method Details
#available? ⇒ Boolean
111 112 113 114 115 116 |
# File 'lib/rusty_racer/execjs.rb', line 111 def available? require 'rusty_racer' true rescue LoadError false end |
#name ⇒ Object
107 108 109 |
# File 'lib/rusty_racer/execjs.rb', line 107 def name 'RustyRacer (V8)' end |