# File lib/rubyful_soup.rb, line 559
  def reset
    super
    @currentText = []
    @currentTag = nil
    @tag_stack = []
    push_tag(self)
  end