78 79 80 81 82
# File 'lib/homeq/base/poolable.rb', line 78 def deinitialize instance_variables.each {|v| eval "#{v} = nil" } end