Method: PreCommit::Checks::Grep#initialize

Defined in:
lib/pre-commit/checks/grep.rb

#initializeGrep

Returns a new instance of Grep.



10
11
12
13
14
15
16
# File 'lib/pre-commit/checks/grep.rb', line 10

def initialize(*)
  super

  @extra_grep = nil
  @message = nil
  @pattern = nil
end