# File lib/rubyful_soup.rb, line 641 def handle_data(data) return unless !@parse_only_these or @tag_stack.size > 1 @currentText.push(data) end