Object
# File lib/treetop/runtime/interval_skip_list/head_node.rb, line 5 def initialize(height) @height = height @forward = Array.new(height, nil) @forward_markers = Array.new(height) {|i| []} end
# File lib/treetop/runtime/interval_skip_list/head_node.rb, line 11 def top_level height - 1 end
[Validate]
Generated with the Darkfish Rdoc Generator 2.