class CheckFiles::Notifiers::Logging

Public Class Methods

call(checker) click to toggle source
# 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