Method: LabClient::Generator::Names#gen_description

Defined in:
lib/labclient/generator/names.rb

#gen_descriptionObject



50
51
52
53
54
55
56
57
# File 'lib/labclient/generator/names.rb', line 50

def gen_description
  [
    Faker::Hacker.say_something_smart,
    Faker::Games::LeagueOfLegends.quote,
    Faker::Company.bs,
    Faker::Movies::PrincessBride.quote
  ].sample
end