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