Method: UUID#to_uri
- Defined in:
- lib/cast_off/compile/namespace/uuid.rb
#to_uri ⇒ Object Also known as: urn, inspect
Convert into a RFC4122-comforming URN representation
265 266 267 |
# File 'lib/cast_off/compile/namespace/uuid.rb', line 265 def to_uri "urn:uuid:" + self.to_s end |