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

    reset
  end