Method: Coradoc::Element::Block::Core#gen_attributes

Defined in:
lib/coradoc/element/block/core.rb

#gen_attributesObject



37
38
39
40
41
42
# File 'lib/coradoc/element/block/core.rb', line 37

def gen_attributes
  attrs = @attributes.to_adoc(false)
  return "#{attrs}\n" if !attrs.empty?

  ""
end