Domon (Chun-wei Kuo)
- Login: Domon
- Email: Dendoh@gmail.com
- Registered on: 07/14/2011
- Last sign in: 02/22/2017
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
02/22/2017
-
11:25 AM Ruby Feature #12602: Add NilClass#to_d
- Hi, are there any updates or concerns about this feature?
07/20/2016
-
08:36 AM Ruby Feature #12602 (Closed): Add NilClass#to_d
- `bigdecimal/util` adds a `#to_d` method to many native classes, as a shortcut to converting them to `BigDecimal`, e.g.
```ruby
require 'bigdecimal'
require 'bigdecimal/util'
1.23.to_d # => #<BigDecimal:7fa4f11f0958,'0.123E1',18(...