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