class Generator

Constants

VALUES

Public Class Methods

random() click to toggle source
# File lib/namegen/generator.rb, line 4
def self.random
  self::VALUES[rand(self::VALUES.count)]
end