Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v1.2.6) is shown here.
siblings()
public
# File activerecord/lib/active_record/acts/tree.rb, line 84
def siblings
self_and_siblings - [self]
end