Sha256: d3ccf59021510066f0d4a7f0b8f49b674a83a53cb46f789987e820f13f2ccc98

Contents?: true

Size: 275 Bytes

Versions: 1

Compression:

Stored size: 275 Bytes

Contents

if JRUBY_VERSION.start_with?('9')
  require 'bindex/jruby_internals_9k'
else
  require 'bindex/jruby_internals'
end

java_import com.gsamokovarov.bindex.JRubyIntegration
java_import com.gsamokovarov.bindex.SetExceptionBindingsEventHook

JRubyIntegration.setup(JRuby.runtime)

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bindex-0.2.0 lib/bindex/jruby.rb