# File lib/virtus/attribute/accessor.rb, line 55 def get(instance) instance.instance_variable_get(instance_variable_name) end