Class: Array
Instance Method Summary collapse
Instance Method Details
#exchange_to!(currency) ⇒ Object
2 3 4 |
# File 'lib/money/mongoid/core_ext/array.rb', line 2 def exchange_to! currency self.map!{|m| m.exchange_to!(currency) } end |