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