module FFaker::AddressUS
def continental_state
def continental_state fetch_sample(CONTINENTAL_STATE) end
def continental_state_abbr
def continental_state_abbr fetch_sample(CONTINENTAL_STATE_ABBR) end
def state
def state fetch_sample(STATE) end
def state_abbr
def state_abbr fetch_sample(STATE_ABBR) end
def state_and_territories_abbr
def state_and_territories_abbr fetch_sample(STATE_AND_TERRITORIES_ABBR) end
def zip_code
def zip_code FFaker.numerify(fetch_sample(ZIP_FORMATS)) end