module Faker::Movie

def simple_title

def simple_title
  "#{ADJ_AND_ADV.rand} #{NOUNS.rand}"
end