# File lib/uuidtools.rb, line 388 def raw return @raw unless @raw.nil? if self.frozen? return generate_raw else return (@raw = generate_raw) end end