ruby/ext/bigdecimal/lib
Charles Oliver Nutter becec0001c [ruby/bigdecimal] Stub out extension build on JRuby
JRuby currently ships its own internal bigdecimal extension as
part of the core libraries. In order for users to be able to add
bigdecimal to their Gemfile or gem dependencies, we need to stub
out the C extension and just load the extension shipped with
JRuby.

In the future we will try to move our BigDecimal implementation
into the gem, but for now this is the simplest way to make it
installable on JRuby.

See #169

https://github.com/ruby/bigdecimal/commit/829956c643
2023-02-17 17:52:48 +00:00
..
bigdecimal [ruby/bigdecimal] Document precision=0 and ndigits=0 for converting from Float 2022-09-28 09:29:49 +09:00
bigdecimal.rb [ruby/bigdecimal] Stub out extension build on JRuby 2023-02-17 17:52:48 +00:00