class Geocoder::Result::Google
def state_code
def state_code if state = address_components_of_type(:administrative_area_level_1).first state['short_name'] end end
def state_code if state = address_components_of_type(:administrative_area_level_1).first state['short_name'] end end