class Wordlist

TODO: Move to mi-common? Separate Gem?

Constants

FILE
WORDS

Public Class Methods

rand(int = 2000) click to toggle source
# File lib/wordlist.rb, line 9
def rand(int = 2000)
  WORDS.sample int
end