Class: BigDecimal
- Inherits:
-
Object
- Object
- BigDecimal
- Includes:
- FatCore::BigDecimal
- Defined in:
- lib/fat_core/bigdecimal.rb
Instance Method Summary collapse
-
#inspect ⇒ String
included
from FatCore::BigDecimal
Provide a human-readable display for BigDecimal.
Instance Method Details
#inspect ⇒ String Originally defined in module FatCore::BigDecimal
Provide a human-readable display for BigDecimal. e.g., while debugging. The inspect method in BigDecimal is unreadable, as it exposes the underlying implementation, not the number's value. This corrects that.