diff --git a/src/classes-and-objects.pod b/src/classes-and-objects.pod index 51735d0..057909b 100644 --- a/src/classes-and-objects.pod +++ b/src/classes-and-objects.pod @@ -362,6 +362,9 @@ for a method to dispatch. This happens both for standard methods defined via the method keyword and for methods generated through other means such as attribute accessors. +TODO: the example here is rather bad, and needs to be replaced (or much +improved). See L for discussion. + =begin programlisting class Employee {