Current File : //proc/thread-self/root/proc/self/root/opt/alt/ruby33/share/ruby/bigdecimal.rb
if RUBY_ENGINE == 'jruby'
  JRuby::Util.load_ext("org.jruby.ext.bigdecimal.BigDecimalLibrary")
else
  require 'bigdecimal.so'
end