# File lib/core/facets/kernel/instance_variables.rb, line 71
  def values
    @delegate.instance_variables.collect do |name|
      @delegate.instance_variable_get(name)
    end
  end