1
0
Fork 0
mirror of https://github.com/rails/execjs synced 2023-03-27 23:21:20 -04:00

lib/execjs/{runtimes,runners}

This commit is contained in:
Sam Stephenson 2011-02-06 20:53:51 -06:00
parent 210ce211a0
commit 39b51331ce
3 changed files with 1 additions and 1 deletions

View file

@ -14,7 +14,7 @@ module ExecJS
end end
def self.runner_path(path) def self.runner_path(path)
File.expand_path("../runtimes/#{path}", __FILE__) File.expand_path("../runners/#{path}", __FILE__)
end end
define_runtime :V8, define_runtime :V8,