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

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

Overview

This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.

Block-style attribute renderer.

Instance Method Summary collapse

Instance Method Details

#attributes(element, depth) ⇒ void

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

This method returns an undefined value.

Renders attributes in block form.

Parameters:



24
25
26
# File 'lib/sevgi/graphics/mixtures/render.rb', line 24

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