lib/rouge/regex_lexer.rb in rouge-2.0.7 vs lib/rouge/regex_lexer.rb in rouge-2.1.0

- old
+ new

@@ -231,9 +231,10 @@ # start_procs. def reset! @stack = nil @current_stream = nil + puts "start blocks" if @debug && self.class.start_procs.any? self.class.start_procs.each do |pr| instance_eval(&pr) end end