module Gogyou::Extensions::Object
Public Instance Methods
infect_from(*obj)
click to toggle source
# File lib/gogyou/extensions.rb, line 87 def infect_from(*obj) obj.each { |o| taint if o.tainted? } self end