class ThingRandomizer::Name
Constants
- NAMES
Public Class Methods
get_random()
click to toggle source
# File lib/thing_randomizer/name.rb, line 5 def self.get_random NAMES.sample end
# File lib/thing_randomizer/name.rb, line 5 def self.get_random NAMES.sample end