module Addresses::Regions::Base

def modified_state_code

def modified_state_code
  state_code.scan(/\D/).empty? ? name : state_code
end