62 63 64
# File 'lib/money-tree/node.rb', line 62 def depth_hex(depth) depth.to_s(16).rjust(2, "0") end