Method: Decode::Index#trie

Defined in:
lib/decode/index.rb

#trieObject (readonly)

A (prefix) trie of lexically scoped definitions.



55
56
57
# File 'lib/decode/index.rb', line 55

def trie
  @trie
end