2 # A Selector knows all the SendSites that are for a particular method name.
3 # When a method is redefined the Selector is used to clear all the SendSites
4 # referencing the method's name.
9 # Clears this Selector's SendSites allowing each SendSite to discover a new
13 Ruby.primitive :selector_clear
14 raise PrimitiveFailure, "primitive failed"