Class: ThingRandomizer::Name

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

Constant Summary collapse

NAMES =
["Aaron Milam", "Steve Grossi", "Seth Baughman", 'Kyle Prifogle']

Class Method Summary collapse

Class Method Details

.get_randomObject



5
6
7
# File 'lib/thing_randomizer/name.rb', line 5

def self.get_random
  NAMES.sample
end