module FFaker::Education

def degree_short

def degree_short
  "#{fetch_sample(DEGREE_SHORT_PREFIX)} in #{major}"
end