Example 4.9. Defining an UNKNOWN method
::method unknown expose target -- will receive all of the messages use arg name, arguments say name "invoked with" arguments~toString -- send along the message with the original args forward to(target) message(name) arguments(arguments)