class RandomWords::Generator

def random_noun

Returns:
  • (String) - A randomly selected noun
def random_noun
  nouns.sample
end