module FFaker::Movie

def title_with_prefix

def title_with_prefix
  "#{fetch_sample(PREFIXES)} #{maybe_adj_or_adv}#{fetch_sample(NOUNS)}"
end