Parent

Methods

ExecJS::RubyRhinoRuntime

Public Instance Methods

available?() click to toggle source
# File lib/execjs/ruby_rhino_runtime.rb, line 82
def available?
  require "rhino"
  true
rescue LoadError
  false
end
name() click to toggle source
# File lib/execjs/ruby_rhino_runtime.rb, line 78
def name
  "therubyrhino (Rhino)"
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.