lib/lutaml/model/xml_mapping.rb in lutaml-model-0.3.1 vs lib/lutaml/model/xml_mapping.rb in lutaml-model-0.3.2
- old
+ new
@@ -1,6 +1,5 @@
-# lib/lutaml/model/xml_mapping.rb
require_relative "xml_mapping_rule"
module Lutaml
module Model
class XmlMapping
@@ -80,9 +79,10 @@
namespace: namespace,
prefix: prefix,
namespace_set: namespace_set != false,
)
end
+
# rubocop:enable Metrics/ParameterLists
def map_content(
to:,
render_nil: false,