_Multimethods - multi methods =head1 SYNOPSIS package MyApp { use Zydeco; class JSON::Encoder { multi method stringify (Undef $value) { 'null'; } multi meth