Class: RHC::Vendor::Zlib::Inflate::HuffmanTree
- Defined in:
- lib/rhc/vendor/zliby.rb
Instance Attribute Summary collapse
-
#count ⇒ Object
Returns the value of attribute count.
-
#symbol ⇒ Object
Returns the value of attribute symbol.
Instance Method Summary collapse
-
#initialize ⇒ HuffmanTree
constructor
A new instance of HuffmanTree.
Constructor Details
#initialize ⇒ HuffmanTree
Returns a new instance of HuffmanTree.
478 479 480 481 |
# File 'lib/rhc/vendor/zliby.rb', line 478 def initialize @count = [] @symbol = [] end |