Method: Archimate::Svg::Legend#insert
- Defined in:
- lib/archimate/svg/legend.rb
#insert ⇒ Object
49 50 51 52 53 54 55 |
# File 'lib/archimate/svg/legend.rb', line 49 def insert Nokogiri::XML::Builder.with(legend_group) do |xml| legend_for_relationship_classes(xml, legend_for_element_types_by_layer(xml, top_level_legend(xml))) end end |