chickadee » messages » define-method

(define-method (Msg (x x??)) body ....)syntax

inserts an anonymous method constructed from argument x, selector x?? and body .... into the method tree of the generic function Msg at the position determined by selector's parents. The body must be a lambda expression in case of a message with parameters. Reexported from generics.