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:
parent
2b83a57fcb
commit
51c43dba6a
5 changed files with 32 additions and 7 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue