Module: Money::Currency::Heuristics
- Included in:
- Money::Currency
- Defined in:
- sig/lib/money/currency/heuristics.rbs,
lib/money/currency/heuristics.rb
Overview
DEPRECATED. Use the money-heuristics gem instead.
Instance Method Summary collapse
Instance Method Details
#analyze(_str) ⇒ Object
6 7 8 |
# File 'lib/money/currency/heuristics.rb', line 6 def analyze(_str) raise StandardError, 'Heuristics deprecated, add `gem "money-heuristics"` to Gemfile' end |