# File lib/currencies/currency.rb, line 50
  def self.from_code(code)
    self.currencies[code.to_s.upcase]
  end