315 316 317 318 319
# File 'lib/caphir/ctokenizer.rb', line 315 def scan(regexp) s = @source.scan(regexp) @out << [:UNKNOWN, s] s end