[ruby/bigdecimal] Enhanced RDoc for selected methods
https://github.com/ruby/bigdecimal/commit/0de9298d15
This commit is contained in:
parent
e043829a7f
commit
de5c14d4d8
@ -1122,7 +1122,7 @@ BigDecimal_coerce(VALUE self, VALUE other)
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* call-seq:
|
* call-seq:
|
||||||
* +big_decimal -> big_decimal
|
* +big_decimal -> self
|
||||||
*
|
*
|
||||||
* Returns +self+:
|
* Returns +self+:
|
||||||
*
|
*
|
||||||
@ -1880,7 +1880,7 @@ BigDecimal_div3(int argc, VALUE *argv, VALUE self)
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* call-seq:
|
* call-seq:
|
||||||
* add(value, ndigits)
|
* add(value, ndigits) -> new_bigdecimal
|
||||||
*
|
*
|
||||||
* Returns the sum of +self+ and +value+
|
* Returns the sum of +self+ and +value+
|
||||||
* with a precision of +ndigits+ decimal digits.
|
* with a precision of +ndigits+ decimal digits.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user