Method: Codeguard::Install#initialize

Defined in:
lib/codeguard/install.rb

#initialize(lint) ⇒ Install

Returns a new instance of Install.



11
12
13
# File 'lib/codeguard/install.rb', line 11

def initialize(lint)
  @lint = lint
end