# File lib/anemone/page.rb, line 83
    def discard_doc!
      links # force parsing of page links before we trash the document
      @doc = @body = nil
    end