Method: EasyEncoding::Huffman#root

Defined in:
lib/easy_encoding/huffman.rb

#rootObject



6
7
8
# File 'lib/easy_encoding/huffman.rb', line 6

def root
  @root ||= create_tree!
end