Method: UUID#new_md5

Defined in:
lib/cast_off/compile/namespace/uuid.rb

#new_md5(str) ⇒ Object

shortcut too



303
304
305
# File 'lib/cast_off/compile/namespace/uuid.rb', line 303

def new_md5 str
  self.class.new_md5 str, self
end