Utopia SourceUtopiaContentDocumentState

class State

The state of a single tag being rendered within a document instance.

Definitions

attr :tags

A list of all tags in order of rendering them, which have not been finished yet.

def empty?

Whether this state has any nested tags.

Implementation

def empty?
	@tags.empty?
end