class RandomWords::Generator

def random_article

Returns:
  • (String) - A randomly selected article
def random_article
  articles.sample
end