# File lib/CodingStateMachine.rb, line 33 def initialize(sm) @_mModel = sm @_mCurrentBytePos = 0 @_mCurrentCharLen = 0 reset() end