61 62 63
# File 'lib/binary_search_tree.rb', line 61 def inspect " { #{value} : #{left.inspect} | #{right.inspect} } " end