# File lib/execjs/external_runtime.rb, line 124 def exec_runtime(filename) output = sh("#{shell_escape(*(@binary.split(' ') << filename))} 2>&1") if $?.success? output else raise RuntimeError, output end end