# File lib/ruby_lexer.rb, line 218 def initialize self.cond = StackState.new(:cond) self.cmdarg = StackState.new(:cmdarg) self.nest = 0 @comments = [] reset end