# File lib/money/currency.rb, line 28
      def find(id)
        id = id.to_s.downcase.to_sym
        new(id) if self.table[id]
      end