Method: Decode::Trie#root

Defined in:
lib/decode/trie.rb

#rootObject (readonly)

The root of the trie.



77
78
79
# File 'lib/decode/trie.rb', line 77

def root
  @root
end