Refactor `HeaderNode#find_parent`
Now the instance variable assignment is all contained within `#initialize`, and the `children.push` behavior is more explicit.
Showing
Please register or sign in to comment
Now the instance variable assignment is all contained within `#initialize`, and the `children.push` behavior is more explicit.