class Faker::Address

def mail_box

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