README.rdoc in nofxx-money-2.3.10 vs README.rdoc in nofxx-money-2.3.11

- old
+ new

@@ -79,9 +79,14 @@ There is nothing stopping you from creating bank objects which scrapes www.xe.com for the current rates or just returns <tt>rand(2)</tt>: Money.default_bank = ExchangeBankWhichScrapesXeDotCom.new +=== `new` or `to_money` ? + +If you already have a value in integer/float or a string which ruby can parse +with `to_i`, use new. It'll avoid the string parser, which is resource intensive. + === Default Currency Money defaults to USD as its currency. This can be overwritten using: