Method: ActiveMerchant::Country#code

Defined in:
lib/active_merchant/country.rb

#code(format) ⇒ Object



46
47
48
# File 'lib/active_merchant/country.rb', line 46

def code(format)
  @codes.detect { |c| c.format == format }
end