# File lib/faker/hipster.rb, line 4 def word random_word = translate('faker.hipster.words').sample random_word.match(/\s/) ? word : random_word end