| Did you know ... | Search Documentation: |
| Predicate send_class/3 |
send_class(+Object,
+Class, +Message)Class must be a super-class of the class to which Object belongs.
This construct is normally not used directly. Instead, send_super/2 should be used, which is translated at compile time to a proper send_class/3 call.