Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v4.1.8) is shown here.
scan_text()
private
Scan all text up to the next <
character and return it.
# File actionview/lib/action_view/vendor/html-scanner/html/tokenizer.rb, line 69
def scan_text
"#{@scanner.getch}#{@scanner.scan(/[^<]*/)}"
end