class Middleman::Svg::IdGenerator::Randomness

Public Class Methods

call() click to toggle source
# File lib/middleman-svg/id_generator.rb, line 6
def self.call
  SecureRandom.hex(10)
end