lib/money/money/allocation.rb in money-6.13.6 vs lib/money/money/allocation.rb in money-6.13.7

- old
+ new

@@ -1,11 +1,11 @@ # encoding: utf-8 class Money class Allocation - # Splits a given amount in parts without loosing pennies. - # The left-over pennies will be distributed round-robin amongst the parties. This means that - # parties listed first will likely receive more pennies than ones that are listed later. + # Splits a given amount in parts without losing pennies. + # The left-over pennies will be distributed round-robin amongst the parts. This means that + # parts listed first will likely receive more pennies than the ones listed later. # # The results should always add up to the original amount. # # The parts can be specified as: # Numeric — performs the split between a given number of parties evenely