marksweston / finance

A library for financial calculations in Ruby
https://rubygems.org/gems/finance
Other
217 stars 93 forks source link

Fix: be careful with octal #18

Closed bluemont closed 10 years ago

bluemont commented 11 years ago

Using octal numbers (01) may not seem to be a "bug" per se -- but it is rarely intended. If you get in the habit of using them without knowing, it can bite you later.