Exception: PreCommit::Checks::Grep::PaternNotSet

Inherits:
StandardError
  • Object
show all
Defined in:
lib/pre-commit/checks/grep.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



9
10
11
# File 'lib/pre-commit/checks/grep.rb', line 9

def message
  "Please define 'pattern' method."
end