# File lib/ancestry/materialized_path.rb, line 59
    def sibling_conditions(object)
      t = arel_table
      node = to_node(object)
      t[ancestry_column].eq(node[ancestry_column])
    end