class Metanorma::Generic::Configuration

def absolute_path1_array(value, pref)

def absolute_path1_array(value, pref)
  value.reject { |a| blank?(a) }.each_with_object([]) do |v1, g|
    g << absolute_path(v1, pref)
  end
end