= private = protected
clear()
Removes all elements and returns self.
# File lib/set.rb, line 142 def clear @hash.clear self end