Module: MailyHerald::Utils
- Defined in:
- lib/maily_herald/utils.rb
Defined Under Namespace
Classes: MarkupEvaluator
Class Method Summary collapse
Class Method Details
.random_hex(n) ⇒ Object
3 4 5 |
# File 'lib/maily_herald/utils.rb', line 3 def self.random_hex(n) SecureRandom.hex(n) end |