Class: InlineSvg::IdGenerator::Randomness

Inherits:
Object
  • Object
show all
Defined in:
lib/inline_svg/id_generator.rb

Class Method Summary collapse

Class Method Details

.callObject



7
8
9
# File 'lib/inline_svg/id_generator.rb', line 7

def self.call
  SecureRandom.hex(10)
end