Methods
Attributes
[RW] count
[RW] symbol
Public Class methods
new()
# File lib/zliby.rb, line 475
        def initialize
                @count = []
                @symbol = []
        end