$methods ( element -- ) (original) (raw)

$methods ( element -- )

Vocabulary
help.markup

Inputs

element a markup element

Outputs
None

Word description
Prints the methods for a word. This word is only used internally.

Definition

USING: help.markup.private see sequences ;

IN: help.markup

: $methods ( element -- )
check-first methods
[ "Methods" $heading [ see-all ] ($see) ] unless-empty ;