Class: BigDecimal
- Inherits:
-
Object
- Object
- BigDecimal
- Defined in:
- lib/mark_facets/ruby/big_decimal.rb
Instance Method Summary collapse
Instance Method Details
#inspect ⇒ Object
4 5 6 |
# File 'lib/mark_facets/ruby/big_decimal.rb', line 4 def inspect self.to_s('F') end |