Module: FFaker::SportRU
Overview
Inspirations: olympic.ru/team/sport/ ru.sport-wiki.org/vidy-sporta/
Constant Summary collapse
- ALL =
SUMMER + WINTER
Instance Method Summary collapse
Methods included from ModuleUtils
const_missing, k, luhn_check, underscore, unique
Methods included from RandomUtils
#fetch_sample, #rand, #shuffle
Instance Method Details
#name ⇒ Object
13 14 15 |
# File 'lib/ffaker/sport_ru.rb', line 13 def name fetch_sample(ALL) end |
#summer ⇒ Object
17 18 19 |
# File 'lib/ffaker/sport_ru.rb', line 17 def summer fetch_sample(SUMMER) end |
#winter ⇒ Object
21 22 23 |
# File 'lib/ffaker/sport_ru.rb', line 21 def winter fetch_sample(WINTER) end |