Ticket #24 (new defect)
YAML::load of a BigDecimal's to_yaml causes a TypeError
| Reported by: | awgy | Owned by: | somebody |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | component1 | Version: | |
| Keywords: | Cc: |
Description
Reproduced when following code is run in irb:
YAML::load( BigDecimal.new('1.1').to_yaml )
TypeError?: BigDecimal? can't be coerced into BigDecimal?
Change History
Note: See
TracTickets for help on using
tickets.