Module: Sevgi::Graphics::Mixtures::Render::Renderer::Attributes::Block

Defined in:
lib/sevgi/graphics/mixtures/render.rb

Instance Method Summary collapse

Instance Method Details

#attributes(element, depth) ⇒ Object



12
13
14
# File 'lib/sevgi/graphics/mixtures/render.rb', line 12

def attributes(element, depth)
  attributes_block(element, depth, element.attributes.to_xml_lines)
end