Method: Numerals::Format#parameters
- Defined in:
- lib/numerals/format/format.rb
#parameters ⇒ Object
108 109 110 111 112 113 114 115 116 117 |
# File 'lib/numerals/format/format.rb', line 108 def parameters { rounding: @rounding, exact_input: @exact_input, mode: @mode, symbols: @symbols, notation: @notation, input_rounding: input_rounding? ? @input_rounding : nil } end |