module DataHoover

Constants

VERSION

Attributes

logger[RW]
traits[RW]

Public Class Methods

anon(entry)
Alias for: anonymize
anonymize(entry) click to toggle source
# File lib/data_hoover.rb, line 16
def anonymize(entry)
  return if entry.nil?
  Digest::SHA256.hexdigest(entry.to_s)
end
Also aliased as: anon