Module: FFaker::ColorPL

Extended by:
ColorPL, ModuleUtils
Included in:
ColorPL
Defined in:
lib/ffaker/color_pl.rb

Overview

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

#nameObject



10
11
12
# File 'lib/ffaker/color_pl.rb', line 10

def name
  fetch_sample(NAMES_LIST)
end