# File lib/money/currency.rb, line 62 def find(id) id = id.to_s.downcase.to_sym new(id) rescue UnknownCurrency nil end