module FFaker::LoremJA

def words(count = 3)

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