Module: ExecJS::Runtimes
- Defined in:
- lib/execjs/fastnode/runtimes.rb
Constant Summary collapse
- FastNode =
re-opening the runtimes class
FastNode::ExternalPipedRuntime.new( name: "Node.js (V8) fast", command: ["nodejs", "node"], runner_path: File.('../../fastnode/node_piped_runner.js', __FILE__), encoding: 'UTF-8' )