1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* ext/bigdecimal/*: improve documentation, nodoc samples with @mrkn

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41287 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
zzak 2013-06-13 14:44:25 +00:00
parent 2b83a57fcb
commit 51c43dba6a
5 changed files with 32 additions and 7 deletions

View file

@ -9,7 +9,7 @@ require "bigdecimal"
require "bigdecimal/newton"
include Newton
class Function
class Function # :nodoc: all
def initialize()
@zero = BigDecimal::new("0.0")
@one = BigDecimal::new("1.0")