# File lib/ancestry/instance_methods.rb, line 246
    def has_siblings?
      self.siblings.count > 1
    end