summaryrefslogtreecommitdiff
path: root/lib/set.rb
diff options
context:
space:
mode:
-rw-r--r--lib/set.rb10
1 files changed, 0 insertions, 10 deletions
@@ -147,16 +147,6 @@ class Set
super
end
- def taint # :nodoc:
- @hash.taint
- super
- end
-
- def untaint # :nodoc:
- @hash.untaint
- super
- end
-
# Returns the number of elements.
def size
@hash.size