Module: FFaker::Sport
Instance Method Summary collapse
-
#name ⇒ Object
deprecated
Deprecated.
US sports name. Moved into SportUS
Methods included from ModuleUtils
const_missing, k, luhn_check, underscore, unique
Methods included from RandomUtils
#fetch_sample, #rand, #shuffle
Instance Method Details
#name ⇒ Object
Deprecated.
US sports name. Moved into FFaker::SportUS
9 10 11 12 |
# File 'lib/ffaker/sport.rb', line 9 def name warn '[name] is deprecated. For US sports please use the SportUS module' fetch_sample(NAMES) end |