# File lib/treetop/runtime/interval_skip_list/node.rb, line 87
    def demote_markers(path)
      demote_inbound_markers(path)
      demote_outbound_markers(path)
    end