# File lib/html/pipeline/filter.rb, line 65 def html raise InvalidDocumentException if @html.nil? && @doc.nil? @html || doc.to_html end