Class: RandomWord

Inherits:
Object
  • Object
show all
Defined in:
lib/random_word.rb

Class Method Summary collapse

Class Method Details

.adjsObject



14
# File 'lib/random_word.rb', line 14

def adjs()   WordsDotDat.adjs.shuffle.to_enum    end

.nounsObject



15
# File 'lib/random_word.rb', line 15

def nouns()  WordsDotDat.nouns.shuffle.to_enum   end