Method: Chid::Commands::Currency::Convert#amount
- Defined in:
- lib/chid/commands/currency/convert.rb
#amount ⇒ Object
35 36 37 |
# File 'lib/chid/commands/currency/convert.rb', line 35 def amount ['-amount']&.compact.first.to_f|| 0.0 end |