Class: BigDecimal
Overview
Reopen the core BigDecimal class to represent #inspect_lit.
Instance Method Summary collapse
-
#inspect_lit ⇒ String
Formats this BigDecimal as an object-type-revealing String.
Instance Method Details
#inspect_lit ⇒ String
Formats this BigDecimal as an object-type-revealing String.
12 13 14 |
# File 'lib/core_ext/big_decimal.rb', line 12 def inspect_lit "<BD:#{self}>" end |