# File lib/asciidoctor/abstract_block.rb, line 106
  def title?
    @title ? true : false
  end