# File lib/brakeman/file_parser.rb, line 15 def parse_files list, type read_files list, type do |path, contents| if ast = parse_ruby(contents, path) ASTFile.new(path, ast) end end end