class RHC::Vendor::Zlib::Inflate::HuffmanTree
Attributes
count[RW]
symbol[RW]
Public Class Methods
new()
click to toggle source
# File lib/rhc/vendor/zliby.rb, line 478 def initialize @count = [] @symbol = [] end