module FFaker::LoremPL

def words(count = 3)

def words(count = 3)
  fetch_sample(WORDS, count: count)
end