module FFaker::Movie

def title_with_suffix

def title_with_suffix
  "The #{maybe_adj_or_adv}#{fetch_sample(NOUNS)} #{fetch_sample(SUFFIXES)}"
end