Deletes the given object from the set and returns self. Use subtract to delete several items at once.
# File set.rb, line 213 def delete(o) @hash.delete(o) self end
<code/>
<pre/>
<code/>and<pre/>for code samples.