This website requires JavaScript.
Explore
Help
Sign In
kotovalexarian-likes-github
/
execjs
Watch
1
Star
0
Fork
You've already forked execjs
0
mirror of
https://github.com/rails/execjs
synced
2023-03-27 23:21:20 -04:00
Code
Releases
Activity
ec69d1568a
execjs
/
lib
/
execjs.rb
6 lines
84 B
Ruby
Raw
Normal View
History
Unescape
Escape
Add the ability to specify ExecJS.runtime via ENV["EXECJS_RUNTIME"]. You can now load ExecJS and bypass engine autodetection by requiring "execjs/runtimes" instead of "execjs".
2011-06-01 11:49:00 -04:00
require
"
execjs/runtimes
"
Add `which` support for Windows
2011-02-07 13:48:15 -05:00
Initial commit
2011-02-06 15:22:40 -05:00
module
ExecJS
Add the ability to specify ExecJS.runtime via ENV["EXECJS_RUNTIME"]. You can now load ExecJS and bypass engine autodetection by requiring "execjs/runtimes" instead of "execjs".
2011-06-01 11:49:00 -04:00
self
.
runtime
||
=
Runtimes
.
autodetect
Initial commit
2011-02-06 15:22:40 -05:00
end
Copy permalink