class Asciidoctor::Document::AttributeEntry

def save_to block_attributes

def save_to block_attributes
  (block_attributes[:attribute_entries] ||= []) << self
  self
end