class Infoboxer::Tree::EmptyParagraph
@private
Attributes
text[R]
Public Class Methods
new(text)
click to toggle source
# File lib/infoboxer/tree/paragraphs.rb, line 20 def initialize(text) @text = text end
Public Instance Methods
empty?()
click to toggle source
should never be left in nodes flow
# File lib/infoboxer/tree/paragraphs.rb, line 25 def empty? true end