module FFaker::BaconIpsum

def words(num = 3)

def words(num = 3)
  fetch_sample(BACON_WORDS, count: num)
end