mirror of
https://github.com/rubyjs/therubyracer
synced 2023-03-27 23:21:42 -04:00
tweaks
This commit is contained in:
parent
5f1ce0f692
commit
707916fe03
3 changed files with 6 additions and 3 deletions
|
|
@ -6,5 +6,9 @@ rescue LoadError
|
|||
require 'spec'
|
||||
end
|
||||
|
||||
#
|
||||
# $: is the load path $LOAD_PATH
|
||||
#
|
||||
$:.unshift(File.dirname(__FILE__) + '/../lib')
|
||||
$:.unshift(File.dirname(__FILE__) + '/..')
|
||||
require 'v8'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue