module FFaker::AddressCA

def postal_code

def postal_code
  FFaker.numerify(POSTAL_CODE_FORMAT.gsub('?') { fetch_sample(POSTAL_CODE_CHARS) })
end