Current File : //opt/alt/ruby34/share/gems/gems/bigdecimal-3.1.8/lib/bigdecimal.rb
if RUBY_ENGINE == 'jruby'
  JRuby::Util.load_ext("org.jruby.ext.bigdecimal.BigDecimalLibrary")
else
  require 'bigdecimal.so'
end