# File lib/ancestry/instance_methods.rb, line 168
    def is_only_child?
      !has_siblings?
    end