class InlineSvg::IdGenerator::Randomness

Public Class Methods

call() click to toggle source
# File lib/inline_svg/id_generator.rb, line 7
def self.call
  SecureRandom.hex(10)
end