scan_text()
Scan all text up to the next < character and return it.
# File actionpack/lib/action_controller/vendor/html-scanner/html/tokenizer.rb, line 68 def scan_text "#{@scanner.getch}#{@scanner.scan(/[^<]*/)}" end