Guest User

Untitled

a guest
Feb 20th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. forward := method(
  2. self matcher := call message name
  3. self against := call message arguments
  4. return matchee
  5. )
  6.  
  7. // code code code
  8.  
  9. run := method(
  10. matcher getSlot(matcher) call(against)
  11. )
Add Comment
Please, Sign In to add comment