module FFaker::LoremJA

def characters(count = 20)

def characters(count = 20)
  fetch_sample(CHARACTERS, count: count).join
end