Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

printTree OR print_tree? #64

Closed
Alexius-Huang opened this issue Jul 21, 2017 · 1 comment
Closed

printTree OR print_tree? #64

Alexius-Huang opened this issue Jul 21, 2017 · 1 comment

Comments

@Alexius-Huang
Copy link

Alexius-Huang commented Jul 21, 2017

Small issue. I try to use this method print_tree in my project, however, it just give me:

__path_name__/autoload.rb:28:in `<top (required)>': undefined method `print_tree' for #<Tree::TreeNode:0x007fedd91e8268> (NoMethodError)
Did you mean?  printTree

(Although I solved it just by changing to printTree method, however, the README should be updated OR according to the Ruby style guide it should be named as print_tree)

@marksiemers
Copy link

@evolve75 - This seems fixed to me, I just started using the gem, but I did not run into this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants