Method: EasyEncoding::Huffman#root
- Defined in:
- lib/easy_encoding/huffman.rb
#root ⇒ Object
6 7 8 |
# File 'lib/easy_encoding/huffman.rb', line 6 def root @root ||= create_tree! end |
6 7 8 |
# File 'lib/easy_encoding/huffman.rb', line 6 def root @root ||= create_tree! end |