Minor Bug Fix Release.
This is a bug-fix release with a couple of minor enhancements:
- The
print_tree
method can now be used on any node, not just theroot
node - The
<=>' spaceship operator now checks for the correct comparison object type, and returns
nil` if invalid types are provided - Integration with Rspec has been started, and
- Other minor documentation updates and bug fixes.