Class: ThingRandomizer::Name
- Inherits:
-
Object
- Object
- ThingRandomizer::Name
- 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_random ⇒ Object
5 6 7 |
# File 'lib/thing_randomizer/name.rb', line 5 def self.get_random NAMES.sample end |