# File lib/currencies/currency.rb, line 84
  def self.code_from_best_guess(str)
    self.best_guess(str).try(:code)
  end