class IntervalSkipList::Node

def demote_markers(path)

def demote_markers(path)
  demote_inbound_markers(path)
  demote_outbound_markers(path)
end