We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
add_branch_from
When doing this:
trie = Rambling::Trie.create word = 'abc' trie.add_branch_from word # or trie << word
The word variable goes from 'abc' to '' (empty string).
word
'abc'
''
The text was updated successfully, but these errors were encountered:
Defined #<< instead of alias for overriding purposes (#6).
032d7c0
2cf4226
0612b18
Redefined Root#add_branch_for to avoid clearing variable. Closes #6.
36cdbd8
gonzedge
No branches or pull requests
When doing this:
The
word
variable goes from'abc'
to''
(empty string).The text was updated successfully, but these errors were encountered: