inspector - Factor Documentation (original) (raw)

inspector
Furnace framework » Furnace presentation layer » HTML components

Prev: html
Next: xml

Vocabulary
html.components

Word description
Inspector components render an arbitrary object by passing it to the describe word.

Definition

IN: html.components

SINGLETON: inspector

Methods

USING: html.components html.streams inspector kernel ;

M: inspector render* 2drop [ describe ] with-html-writer ;