module FFaker::LoremJA

def sentences(count = 3)

def sentences(count = 3)
  (1..count).map { fetch_sample(SENTENCES) }
end