leastfixedpoint

Archived tweet #9449 from the @leastfixedpoint Twitter Archive
@DRMacIver The name that goes along with the arguments. For example: .draw(a, b) -- the selector is "draw" and the arguments are a and b. The selector and arity of the message "selects" which method will be used to respond to it.