Method: UUID#to_int
- Defined in:
- lib/cast_off/compile/namespace/uuid.rb
#to_int ⇒ Object Also known as: to_i
Convert into 128-bit unsigned integer Typically a Bignum instance, but can be a Fixnum.
273 274 275 |
# File 'lib/cast_off/compile/namespace/uuid.rb', line 273 def to_int @num end |