Causes conflicts with the netaddr gem
ssoroka opened this issue · 1 comments
ssoroka commented
Both this and netaddr gem have top-level files called tree.rb. require 'tree' then doesn't load the rubytree's tree.rb
We could resolve this by adding a file called rubytree.rb that requires the tree.rb from the local path.
evolve75 commented
This sounds like a good idea. Will implement in the next release (due in about 2 weeks.)