Object
# File lib/brakeman/processors/route_processor.rb, line 10 def self.new tracker if tracker.options[:rails3] Brakeman::Rails3RoutesProcessor.new tracker else Brakeman::Rails2RoutesProcessor.new tracker end end
[Validate]
Generated with the Darkfish Rdoc Generator 2.