Module: FFaker::Sport
Instance Method Summary collapse
Methods included from ModuleUtils
Methods included from RandomUtils
#fetch_sample, #rand, #shuffle
Instance Method Details
#name ⇒ Object
6 7 8 |
# File 'lib/ffaker/sport.rb', line 6 def name fetch_sample(NAMES) end |