method
untaint
v1_9_2_180 -
Show latest stable
- Class:
Set
untaint()public
No documentation available.
# File lib/set.rb, line 107
def untaint # :nodoc:
super
@hash.untaint
self
end untaint()No documentation available.
# File lib/set.rb, line 107
def untaint # :nodoc:
super
@hash.untaint
self
end