class Mato::Renderers::HtmlRenderer
Public Instance Methods
call(doc)
click to toggle source
@param [Nokogiri::HTML4::DocumentFragment] doc @return [String]
# File lib/mato/renderers/html_renderer.rb, line 8 def call(doc) doc.to_html end