Class
Brakeman::FileParser
In:
lib/brakeman/file_parser.rb
Parent:
Object
This class handles reading and parsing files.
Methods
new
parse_files
parse_ruby
read_files
read_path
Attributes
file_list
[R]
Public Class methods
new
(tracker, app_tree)
Public Instance methods
parse_files
(list, type)
parse_ruby
(input, path)
read_files
(list, type) {|path, read_path(path)| ...}
read_path
(path)
[Validate]