Class: BigDecimal

Inherits:
Object
  • Object
show all
Defined in:
lib/big_decimal_to_s.rb

Instance Method Summary collapse

Instance Method Details

#to_s_with_default_format(format = 'F') ⇒ Object Also known as: to_s



3
4
5
# File 'lib/big_decimal_to_s.rb', line 3

def to_s_with_default_format(format = 'F')
  to_s_without_default_format(format)
end