# File lib/asciidoctor/block.rb, line 23
  def initialize(parent, context, buffer = nil)
    super(parent, context)
    @buffer = buffer
  end