Methods

Files

Class/Module Index [+]

Quicksearch

Asciidoctor::DocBook45::BlockExampleTemplate

Public Instance Methods

template() click to toggle source
# File lib/asciidoctor/backends/docbook45.rb, line 455
def template
  @template ||= @eruby.new <%#encoding:UTF-8%><<%= (tag_name = title? ? 'example' : 'informalexample') %>#{common_attrs_erb}>#{title_tag}#{content_erb}</<%= tag_name %>>
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.