Class: RunJS::JScript

Inherits:
SystemRuntime show all
Defined in:
lib/runjs/runtimes/jscript.rb

Instance Method Summary collapse

Methods inherited from SystemRuntime

available?, #context, #run

Methods inherited from Runtime

#apply, available?, #call, class_name, #context, deprecated?, #eval, #run

Methods included from Encoding

#encode

Constructor Details

#initializeJScript

Returns a new instance of JScript.



7
8
9
10
# File 'lib/runjs/runtimes/jscript.rb', line 7

def initialize
  super
  context(JSON_JS)
end