# File lib/dm-core/associations/many_to_one.rb, line 84 def instance_variable_get(variable) super || parent.instance_variable_get(variable) end