Classes: Trie
Trie.new
11 12 13 14
# File 'lib/gem/cache.rb', line 11 def self.set(path) TRIE.trie = Trie.read(path) TRIE.values = Marshal.load(File.read "#{path}.list") end