# File lib/asciidoctor/abstract_block.rb, line 60
  def context=(context)
    @context = context
    @node_name = context.to_s
  end