32 33 34
# File 'lib/xunch/utils/rb_tree_node.rb', line 32 def inspect "#{@key}=#{@value},#{@color}" end