Messages/Method patterns
Use ` to match messages without caring what the exact message name is
Example: ``@object at: ``@index `message: ``@valueMatches: self at: 1 put: Object new aDictionary at: #foo ifAbsentPut: [0]But not: self at: object self at: 1 at: 2 put: 3