module FFaker::LoremPL

def paragraphs(count = 3)

def paragraphs(count = 3)
  (1..count).map { paragraph }
end