module FFaker::HipsterIpsum

def words(num = 3)

def words(num = 3)
  fetch_sample(HIPSTER_WORDS, count: num)
end