Method: Zold::Id#to_s

Defined in:
lib/zold/id.rb

#to_sObject



43
44
45
# File 'lib/zold/id.rb', line 43

def to_s
  format('%016x', @id)
end