Class: RandomWord
- Inherits:
-
Object
- Object
- RandomWord
- Defined in:
- lib/random_word.rb
Class Method Summary collapse
Class Method Details
.adjs ⇒ Object
14 |
# File 'lib/random_word.rb', line 14 def adjs() WordsDotDat.adjs.shuffle.to_enum end |
.nouns ⇒ Object
15 |
# File 'lib/random_word.rb', line 15 def nouns() WordsDotDat.nouns.shuffle.to_enum end |