module Money::Currency::Heuristics

Public Instance Methods

analyze(str) click to toggle source
# File lib/money/currency/heuristics.rb, line 6
def analyze(str)
  raise StandardError, 'Heuristics deprecated, add `gem "money-heuristics"` to Gemfile'
end