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