Class: BigDecimal

Inherits:
Object
  • Object
show all
Includes:
FatCore::BigDecimal
Defined in:
lib/fat_core/bigdecimal.rb

Instance Method Summary collapse

Instance Method Details

#inspectString 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.

Returns: