Method: Nokogiri::HTML4::Builder#to_html
- Defined in:
- lib/nokogiri/html4/builder.rb
permalink #to_html ⇒ Object
Convert the builder to HTML
32 33 34 |
# File 'lib/nokogiri/html4/builder.rb', line 32 def to_html @doc.to_html end |
Convert the builder to HTML
32 33 34 |
# File 'lib/nokogiri/html4/builder.rb', line 32 def to_html @doc.to_html end |