@api private
# File lib/temple/html/dispatcher.rb, line 9 def on_html_attr(name, content) [:html, :attr, name, compile(content)] end
# File lib/temple/html/dispatcher.rb, line 5 def on_html_attrs(*attrs) [:html, :attrs, *attrs.map {|a| compile(a) }] end
# File lib/temple/html/dispatcher.rb, line 13 def on_html_comment(content) [:html, :comment, compile(content)] end
# File lib/temple/html/dispatcher.rb, line 17 def on_html_condcomment(condition, content) [:html, :condcomment, condition, compile(content)] end
Generated with the Darkfish Rdoc Generator 2.