Method: Numerals::BigDecimalConversion#initialize

Defined in:
lib/numerals/conversions/bigdecimal.rb

#initialize(options = {}) ⇒ BigDecimalConversion

Options:

  • :input_rounding (optional, a non-exact Rounding or rounding mode) which is used when input is approximate as the assumed rounding mode which would be used so that the result numeral rounds back to the input number



14
15
16
# File 'lib/numerals/conversions/bigdecimal.rb', line 14

def initialize(options = {})
  super BigDecimal, options
end