# File lib/core/facets/kernel/instance_variables.rb, line 36 def [](name) name = atize(name) @delegate.instance_variable_get(name) end