First page Back Continue Last page Overview Graphics
Standard Method Combination
Most-specific rule first
Can chain to less-specific rules if it has "next_method" as its very first argument
CLOS-style Before/After/Around methods can also be declared
Detailed docs and examples in dispatch/combiners.txt, or on the web at:
http://peak.telecommunity.com/DevCenter/CombiningResults
Notes: