Method: Crokus::Parser#debug

Defined in:
lib/crokus/parser.rb

#debugObject



646
647
648
# File 'lib/crokus/parser.rb', line 646

def debug
  puts " "*@indentation+@tokens[0..4].map{|t| "'#{t.val}'"}.join(" ")
end