Module: FFakerTW::Guid
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
#guid ⇒ Object
8 9 10 |
# File 'lib/ffakerTW/guid.rb', line 8 def guid FFakerTW.hexify('########-####-####-####-############') end |