# File lib/facets/more/ann_attr.rb, line 119
  def classified_attributes
    attributes.find_all do |a|
      self.ann(a, :class)
    end
  end