evolve75/RubyTree

Undefined method "print_tree"

geetotes opened this issue · 2 comments

Whenever I try to print one of my trees, I get an undefined NoMethodError:

NoMethodError: undefined methodprint_tree' for #Tree::TreeNode:0x9a23588`

Any idea what could be going on?

Looking through my tree's .methods, I see there is a printTree... I'm just a little confused. Sorry :(

I'm an idiot; I was using the tree gem, and not rubytree :P