class Yorinter::HamlToPdfEngine
Public Instance Methods
render()
click to toggle source
# File lib/yorinter/pdf_engine.rb, line 28 def render html = HamlEngine.new(@document, @params, @options).render @engine.pdf_from_string(html, document_options) end