module Infoboxer::Tree::HTMLTagCommons

Constants

BLOCK_TAGS

Public Instance Methods

text() click to toggle source
Calls superclass method
# File lib/infoboxer/tree/html.rb, line 8
def text
  super + (BLOCK_TAGS.include?(tag) ? "\n" : '')
end