Method: Decode::Trie#root
- Defined in:
- lib/decode/trie.rb
#root ⇒ Object (readonly)
The root of the trie.
80 81 82 |
# File 'lib/decode/trie.rb', line 80 def root @root end |
The root of the trie.
80 81 82 |
# File 'lib/decode/trie.rb', line 80 def root @root end |