Parent

ExecJS::JohnsonRuntime

Public Instance Methods

available?() click to toggle source
# File lib/execjs/johnson_runtime.rb, line 95
def available?
  require "johnson"
  true
rescue LoadError
  false
end
deprecated?() click to toggle source
# File lib/execjs/johnson_runtime.rb, line 102
def deprecated?
  true
end
name() click to toggle source
# File lib/execjs/johnson_runtime.rb, line 91
def name
  "Johnson (SpiderMonkey)"
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.