Method: Numerals::FormattingStream#value
- Defined in:
- lib/numerals/format/sugar.rb
#value ⇒ Object
49 50 51 52 53 54 55 |
# File 'lib/numerals/format/sugar.rb', line 49 def value if @output.size > 1 @output else @output.first end end |