# File lib/currencies/currency.rb, line 75
  def self.best_from_symbol(symbol)
    self.best_from_currencies(self.list_from_symbol(symbol))
  end