module FFaker::Guid

def guid

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