131 132 133
# File 'lib/spectre/helpers.rb', line 131 def now Time.now end
125 126 127 128 129
# File 'lib/spectre/helpers.rb', line 125 def uuid length = nil return SecureRandom.hex(length / 2) if length SecureRandom.uuid end