Libraries
»
decode
(0.26.0)
»
Index
»
Decode
»
Trie
»
#root
Method: Decode::Trie#root
Defined in:
lib/decode/trie.rb
#
root
⇒
Object
(readonly)
The root of the trie.
77 78 79
# File 'lib/decode/trie.rb', line 77
def
root
@root
end