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