class State
The state of a single tag being rendered within a document instance.
Definitions
def empty?
Whether this state has any nested tags.
Implementation
def empty?
@tags.empty?
end
class State
The state of a single tag being rendered within a document instance.
def empty?
Whether this state has any nested tags.
def empty?
@tags.empty?
end