class Brakeman::Controller

Public Class Methods

new(name, parent, file_name, src, tracker) click to toggle source
Calls superclass method Brakeman::Collection::new
# File lib/brakeman/tracker/controller.rb, line 159
def initialize name, parent, file_name, src, tracker
  super
  initialize_controller
  @collection = tracker.controllers
end