Object
# File lib/execjs/mustang_runtime.rb, line 77 def available? require "mustang" true rescue LoadError false end
# File lib/execjs/mustang_runtime.rb, line 73 def compile(source) Context.new(source) end
# File lib/execjs/mustang_runtime.rb, line 68 def eval(source) context = Context.new context.eval(source) end
Generated with the Darkfish Rdoc Generator 2.