Class: Metanorma::Plugin::Lutaml::LutamlDiagramBlockMacro

Inherits:
Asciidoctor::Extensions::BlockMacroProcessor
  • Object
show all
Includes:
LutamlDiagramBase
Defined in:
lib/metanorma/plugin/lutaml/lutaml_diagram_block_macro.rb

Instance Method Summary collapse

Methods included from LutamlDiagramBase

#process

Instance Method Details

#lutaml_file(document, file_path) ⇒ Object



14
15
16
# File 'lib/metanorma/plugin/lutaml/lutaml_diagram_block_macro.rb', line 14

def lutaml_file(document, file_path)
  File.new(Utils.relative_file_path(document, file_path))
end