# File lib/rdoc/context.rb, line 879
  def instance_attributes
    @instance_attributes ||= attributes.reject { |a| a.singleton }
  end