Class: ExecJS::RubyRacerRuntime
- Defined in:
- lib/execjs/ruby_racer_runtime.rb
Defined Under Namespace
Classes: Context
Instance Method Summary collapse
Methods inherited from Runtime
#compile, #context_class, #deprecated?, #eval, #exec
Instance Method Details
#available? ⇒ Boolean
105 106 107 108 109 110 |
# File 'lib/execjs/ruby_racer_runtime.rb', line 105 def available? require "v8" true rescue LoadError false end |
#name ⇒ Object
101 102 103 |
# File 'lib/execjs/ruby_racer_runtime.rb', line 101 def name "therubyracer (V8)" end |