Method: PostRunner::View#to_html

Defined in:
lib/postrunner/View.rb

#to_htmlObject

Convert the View into an HTML document.



48
49
50
# File 'lib/postrunner/View.rb', line 48

def to_html
  @doc.to_html
end