This method is deprecated or moved on the latest stable version. The last existing version (v1.2.6) is shown here.
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