module FFaker::Education

def degree

def degree
  "#{fetch_sample(DEGREE_PREFIX)} in #{major}"
end