module FFaker::LoremPL

def characters(count = 10)

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