This is a module for heuristic analysis of the string input for the money gem. It was formerly part of the gem.
Include this line in your Gemfile
:
gem 'money-heuristics'
>> Money::Currency.analyze 'USD 200'
=> ["USD"]
>> Money::Currency.analyze 'zł123,000.50'
=> ["PLN"]
See the Contribution Guidelines