Method: Wraptext::Parser#to_doc

Defined in:
lib/wraptext/parser.rb

#to_docObject



40
41
42
# File 'lib/wraptext/parser.rb', line 40

def to_doc
  @doc_out ||= @root.xpath("/html/body").first
end