Methods
Class Public methods
new()
Link
Source: show
# File benchmark/gc/redblack.rb, line 51 def initialize self.color = BLACK self.key = 0 self.left = nil self.right = nil self.parent = nil end
Instance Public methods