ruby / bigdecimal

Arbitrary-precision decimal floating-point number library for Ruby
Other
116 stars 67 forks source link

Support Ruby 3.4's new error message format #286

Closed mame closed 7 months ago

mame commented 7 months ago

Ruby 3.4 will use a single quote instead of a backtrick as an open quote.

https://bugs.ruby-lang.org/issues/16495