module Reflect::Controls::Namespace::Random

Public Class Methods

get() click to toggle source
# File lib/reflect/controls/namespace.rb, line 5
def self.get
  :"X#{SecureRandom.hex}"
end