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
117 118 119 120 121 122 |
# File 'lib/rusty_racer/execjs.rb', line 117 def available? require 'rusty_racer' true rescue LoadError false end |
#name ⇒ Object
113 114 115 |
# File 'lib/rusty_racer/execjs.rb', line 113 def name 'RustyRacer (V8)' end |