Method: Coradoc::Element::Include#to_adoc
- Defined in:
- lib/coradoc/element/include.rb
#to_adoc ⇒ Object
12 13 14 15 |
# File 'lib/coradoc/element/include.rb', line 12 def to_adoc attrs = @attributes.to_adoc(true) "include::#{@path}#{attrs}#{@line_break}" end |