Help for this page
class Elf is Character does Thief does Scout { method hide { .Scout::hide(@_) } ... }
method hide ($self: $action) { # $self is required here because the topicalizer assigns # $action to $_ ... when Stalking { $self.Scount::hide($action) } } }