class Infoboxer::Tree::BaseCell

Represents any table cell, either {TableCell cell} or {TableHeading heading}.

Can be used for lookups (same way as {BaseParagraph}).

Public Instance Methods

empty?() click to toggle source
# File lib/infoboxer/tree/table.rb, line 64
def empty?
  false
end