class RandomWords::Generator
def random_plural_verb
-
(String)
- A randomly selected plural verb
def random_plural_verb plural_verbs.sample end
(String)
- A randomly selected plural verb
def random_plural_verb plural_verbs.sample end