* ext/bigdecimal/lib/bigdecimal/util.rb: [DOC] +precision+ is required

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43672 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
zzak 2013-11-13 16:12:32 +00:00
parent 647d4f5eea
commit 62d3853475
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Thu Nov 14 01:11:54 2013 Zachary Scott <e@zzak.io>
* ext/bigdecimal/lib/bigdecimal/util.rb: [DOC] +precision+ is required
Wed Nov 13 19:21:36 2013 Zachary Scott <e@zzak.io>
* ext/bigdecimal/lib/bigdecimal/util.rb: [DOC] Document the required

View File

@ -104,7 +104,6 @@ end
# available on Rational objects.
class Rational < Numeric
# call-seq:
# r.to_d -> bigdecimal
# r.to_d(precision) -> bigdecimal
#
# Converts a Rational to a BigDecimal.