# File lib/ancestry/instance_methods.rb, line 284
    def indirects depth_options = {}
      self.ancestry_base_class.ordered_by_ancestry.scope_depth(depth_options, depth).where indirect_conditions
    end