# File lib/GB2312Prober.rb, line 37 def initialize super @_mCodingSM = CodingStateMachine.new(GB2312SMModel) @_mDistributionAnalyzer = GB2312DistributionAnalysis.new reset() end