Skip to content

Instantly share code, notes, and snippets.

@gonzedge
Created July 21, 2012 14:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gonzedge/3155984 to your computer and use it in GitHub Desktop.
Save gonzedge/3155984 to your computer and use it in GitHub Desktop.
Rambling Trie 0.4.1 is out!
trie << 'word' # equivalent to trie.add_branch_from('word')
trie.include? 'word' # equivalent to trie.is_word?('word')
trie = Rambling::Trie.create
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment