Multiplication
127 128 129
# File 'lib/monetary_value.rb', line 127 def *(num) MonetaryValue.new(denomination * num, currency) end