# File test/listener.rb, line 14
 def text text
		@normalize = text
		#text.tr! "\n", ' '
		#puts "text #{text[0..10]}..."
	end