Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion truffle/src/main/ruby/core/post.rb
Original file line number Diff line number Diff line change
@@ -51,7 +51,6 @@ def self.const_exists?(mod, name, inherit = true)

home = Truffle::Boot.jruby_home_directory_protocol
$LOAD_PATH.push home + '/lib/ruby/truffle/mri'
$LOAD_PATH.push home + '/lib/ruby/truffle/truffle'
$LOAD_PATH.push home + '/lib/ruby/truffle/rubysl/rubysl-strscan/lib'
$LOAD_PATH.push home + '/lib/ruby/truffle/rubysl/rubysl-stringio/lib'
$LOAD_PATH.push home + '/lib/ruby/truffle/rubysl/rubysl-complex/lib'
@@ -63,6 +62,7 @@ def self.const_exists?(mod, name, inherit = true)
$LOAD_PATH.push home + '/lib/ruby/truffle/rubysl/rubysl-timeout/lib'
$LOAD_PATH.push home + '/lib/ruby/truffle/rubysl/rubysl-webrick/lib'
$LOAD_PATH.push home + '/lib/ruby/truffle/shims'
$LOAD_PATH.push home + '/lib/ruby/truffle/truffle'

# We defined Psych at the top level because several things depend on its name.
# Here we fix that up and put it back into Truffle.

0 comments on commit 092e032

Please sign in to comment.