module MailyHerald::Utils
Public Class Methods
random_hex(n)
click to toggle source
# File lib/maily_herald/utils.rb, line 3 def self.random_hex(n) SecureRandom.hex(n) end
# File lib/maily_herald/utils.rb, line 3 def self.random_hex(n) SecureRandom.hex(n) end