module FFaker::FreedomIpsum

def words(num = 3)

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