class Asciidoctor::Extensions::Processor

def create_image_block parent, attrs, opts = {}

def create_image_block parent, attrs, opts = {}
  create_block parent, :image, nil, attrs, opts
end