관리-도구
편집 파일: bigdecimal.rb
if RUBY_ENGINE == 'jruby' JRuby::Util.load_ext("org.jruby.ext.bigdecimal.BigDecimalLibrary") else require 'bigdecimal.so' end