# File lib/puppet/parser/lexer.rb, line 514 514: def scan_until(regex) 515: @scanner.scan_until(regex) 516: end