method

taint

v1_9_2_180 - Show latest stable - Class: Set
taint()
public

No documentation available.

# File lib/set.rb, line 101
  def taint     # :nodoc:
    super
    @hash.taint
    self
  end