[ruby/bigdecimal] Enhanced RDoc for selected methods

https://github.com/ruby/bigdecimal/commit/0de9298d15
This commit is contained in:
BurdetteLamar 2021-11-19 12:07:34 -06:00 committed by Kenta Murata
parent e043829a7f
commit de5c14d4d8
No known key found for this signature in database
GPG Key ID: CEFE8AFB6081B062

View File

@ -1122,7 +1122,7 @@ BigDecimal_coerce(VALUE self, VALUE other)
/*
* call-seq:
* +big_decimal -> big_decimal
* +big_decimal -> self
*
* Returns +self+:
*
@ -1880,7 +1880,7 @@ BigDecimal_div3(int argc, VALUE *argv, VALUE self)
/*
* call-seq:
* add(value, ndigits)
* add(value, ndigits) -> new_bigdecimal
*
* Returns the sum of +self+ and +value+
* with a precision of +ndigits+ decimal digits.