unknown?()
Returns true if we have no idea what this is
# File activerecord/lib/active_record/acts/nested_set.rb, line 132 def unknown? !root? && !child? end