class Faker::Address

def state_abbr

Returns:
  • (String) -
def state_abbr
  fetch('address.state_abbr')
end