Skip to content

Instantly share code, notes, and snippets.

@djcp
djcp / cute_maker.rb
Created July 13, 2013 18:25
My daughter and I noodling around with ruby made a ridiculously cute random string generator
adjectives = %w|fluffy baby cuddly cute a"roar"able fuzzy teeny|
nouns = %w|bukkit whale turtle bunny kitten tiger cub duck unicorn monkey corgi panda|
verbs = %w|sleeping stretching cuddling meowing crying eating barking scratching purring nuzzling|
adjective_count = (1..2).to_a
20.times {