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