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