Class: CheckFiles::Notifiers::Logging
- Inherits:
-
Object
- Object
- CheckFiles::Notifiers::Logging
- Defined in:
- lib/check_files/notifiers/logging.rb
Direct Known Subclasses
Class Method Summary collapse
Class Method Details
.call(checker) ⇒ Object
6 7 8 |
# File 'lib/check_files/notifiers/logging.rb', line 6 def self.call(checker) $stderr << "\n\e[0;31m=> You must restart your web development server; #{checker.pattern} has changed.\e[0m\n" # rubocop:disable Metrics/LineLength end |