module FFaker::Address

def secondary_address

def secondary_address
  FFaker.numerify(fetch_sample(SEC_ADDR))
end