class Array

Public Instance Methods

exchange_to!(currency) click to toggle source
# File lib/money/mongoid/core_ext/array.rb, line 2
def exchange_to! currency
  self.map!{|m| m.exchange_to!(currency) }
end