# File lib/parser/lexer/explanation.rb, line 28
    def state=(new_state)
      puts "  \e[1;33m>>> STATE SET <<<\e[0m " +
           "#{new_state.to_s.ljust(12)} #{@cond} #{@cmdarg}".rjust(66)

      self.state_before_explanation = new_state
    end