class Metanorma::Plugin::Lutaml::LutamlDiagramBlockMacro

Public Instance Methods

lutaml_file(document, file_path) click to toggle source
# 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