class NSIndexPath def to_s return super unless self.respond_to?(:to_a) "" end end