class Asciidoctor::Diagram::OfficeBlockMacroProcessor

Public Instance Methods

create_source(parent, target, attributes) click to toggle source
# File lib/asciidoctor-diagram-office/extension.rb, line 130
def create_source(parent, target, attributes)
  image_file = parent.normalize_system_path(target, parent.attr('imagesdir'))
  Office::Source.new(parent, image_file, attributes)
end