module FFaker::Education

def school_name

def school_name
  fetch_sample(SCHOOL_PREFIX) + fetch_sample(SCHOOL_SUFFIX)
end