# File lib/tree.rb, line 417
def
firstSibling
isRoot?
?
self
:
parent
.
children
.
first
end