Skip to content

Commit

Permalink
ripper.jar has the magic to boot itself now. Fixes jruby/jruby#2904
Browse files Browse the repository at this point in the history
  • Loading branch information
headius committed May 1, 2015
1 parent 1cd34f7 commit a0951c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ext/ripper/lib/ripper/core.rb
Expand Up @@ -10,7 +10,6 @@

if RUBY_ENGINE == 'jruby'
require 'ripper.jar'
org.jruby.ext.ripper.RipperLibrary.new.load(JRuby.runtime, false)
else
require 'ripper.so'
end
Expand Down

0 comments on commit a0951c6

Please sign in to comment.