module FFaker::Movie

def maybe_adj_or_adv

def maybe_adj_or_adv
  fetch_sample(ADJ_AND_ADV) + ' ' if rand(0..1) == 1
end