module Faker::LoremCN

def words(num = 3)

def words(num = 3)
  WORDS.random_pick(num)
end