class Infoboxer::Tree::DTerm

Term in {DefinitionList}

Public Instance Methods

text() click to toggle source
Calls superclass method Infoboxer::Tree::ListItem#text
# File lib/infoboxer/tree/list.rb, line 105
def text
  super.sub("\n", ":\n")
end