lib/celluloid/internals/uuid.rb in celluloid-essentials-0.20.0.pre14 vs lib/celluloid/internals/uuid.rb in celluloid-essentials-0.20.0.pre15
- old
+ new
@@ -1,5 +1,5 @@
-require 'securerandom'
+require "securerandom"
module Celluloid
module Internals
# Clearly Ruby doesn't have enough UUID libraries
# This one aims to be fast and simple with good support for multiple threads