46 47 48
# File 'lib/active_merchant/country.rb', line 46 def code(format) @codes.detect { |c| c.format == format } end