Method: Codeguard.install

Defined in:
lib/codeguard.rb

.installObject



30
31
32
33
34
# File 'lib/codeguard.rb', line 30

def install
  LINTERS.each do |lint|
    Install.perform(lint)
  end
end