Method: IsoDoc::XrefGen::Blocks#hier_separator
- Defined in:
- lib/isodoc/xref/xref_gen_seq.rb
#hier_separator(markup: false) ⇒ Object
57 58 59 60 61 |
# File 'lib/isodoc/xref/xref_gen_seq.rb', line 57 def hier_separator(markup: false) h = hiersep h.blank? || !markup or h = delim_wrap(h) h end |