Object
# File lib/execjs/johnson_runtime.rb, line 105 def available? require "johnson" true rescue LoadError false end
# File lib/execjs/johnson_runtime.rb, line 101 def compile(source) Context.new(source) end
# File lib/execjs/johnson_runtime.rb, line 96 def eval(source) context = Context.new context.eval(source) end
Generated with the Darkfish Rdoc Generator 2.