module FFaker::EducationCN

def degree

def degree
  "#{fetch_sample(DEGREE_PREFIX)}#{fetch_sample(DEGREE_SUFFIX)}"
end