# File lib/puppet/parser/lexer.rb, line 480 480: def scan_until(regex) 481: @scanner.scan_until(regex) 482: end