Undefined method "print_tree"
geetotes opened this issue · 2 comments
geetotes commented
Whenever I try to print one of my trees, I get an undefined NoMethodError
:
NoMethodError: undefined method
print_tree' for #Tree::TreeNode:0x9a23588`
Any idea what could be going on?
geetotes commented
Looking through my tree's .methods, I see there is a printTree
... I'm just a little confused. Sorry :(
geetotes commented
I'm an idiot; I was using the tree
gem, and not rubytree
:P