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



19
20
21
# File 'lib/pre-commit/checks/grep.rb', line 19

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