51 52 53
# File 'lib/ds/trees/red_black_tree.rb', line 51 def to_h each_with_object({}) { |n, h| h[n.key] = n.data } end