Module: FFaker::Guid

Extended by:
Guid, ModuleUtils
Included in:
Guid
Defined in:
lib/ffaker/guid.rb

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

#guidObject



8
9
10
# File 'lib/ffaker/guid.rb', line 8

def guid
  FFaker.hexify('########-####-####-####-############')
end