class Asciidoctor::DocBook45::InlineQuotedTemplate
def template
def template @template ||= @eruby.new <<-EOF tags = template.class::QUOTED_TAGS[@type] %><%= tags.first %><% attr? :role %><phrase#{role}><% d %><%= @text %><% attr? :role %></phrase><% d %><%= tags.last %> EOF end