Module: FFaker::SportPL
Overview
Constant Summary
collapse
- ALL =
SUMMER + WINTER
Instance Method Summary
collapse
const_missing, k, luhn_check, underscore, unique
#fetch_sample, #rand, #shuffle
Instance Method Details
#name ⇒ Object
13
14
15
|
# File 'lib/ffaker/sport_pl.rb', line 13
def name
fetch_sample(ALL)
end
|
#summer ⇒ Object
17
18
19
|
# File 'lib/ffaker/sport_pl.rb', line 17
def summer
fetch_sample(SUMMER)
end
|
#winter ⇒ Object
21
22
23
|
# File 'lib/ffaker/sport_pl.rb', line 21
def winter
fetch_sample(WINTER)
end
|