# File lib/virtus/attribute/accessor.rb, line 67 def set(instance, value) instance.instance_variable_set(instance_variable_name, value) end