module FFaker::LoremJA
def paragraph(sentence_count = 3)
def paragraph(sentence_count = 3) sentences(sentence_count).join('、') + '、' + fetch_sample(SENTENCES_END) + '。' end
def paragraph(sentence_count = 3) sentences(sentence_count).join('、') + '、' + fetch_sample(SENTENCES_END) + '。' end