30 31 32 33 34 35
# File 'lib/coradoc/element/block/core.rb', line 30 def gen_title t = Coradoc::Generator.gen_adoc(@title) return "" if t.empty? ".#{t}\n" end