# File lib/clamp/attribute/instance.rb, line 46 def _replace(values) set([]) Array(values).each { |value| take(value) } end