16 17 18 19
# File 'lib/tainted/lint.rb', line 16 def analyze @visitor.visit(SyntaxTree.parse_file(@filepath)) @visitor.result end