646 647 648
# File 'lib/crokus/parser.rb', line 646 def debug puts " "*@indentation+@tokens[0..4].map{|t| "'#{t.val}'"}.join(" ") end