Module: FFaker::ColorPL
Overview
Inspiration: pl.wikipedia.org/wiki/Lista_kolor%C3%B3w
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
10 11 12 |
# File 'lib/ffaker/color_pl.rb', line 10 def name fetch_sample(NAMES_LIST) end |