# File lib/core/facets/kernel/instance_variables.rb, line 65
  def names
    @delegate.instance_variables.collect do |name|
      name[1..-1]
    end
  end