Class: YleTf::Action::TfHooks::NoRunner

Inherits:
Object
  • Object
show all
Defined in:
lib/yle_tf/action/tf_hooks.rb

Class Method Summary collapse

Class Method Details

.run(hook_type) ⇒ Object



42
43
44
# File 'lib/yle_tf/action/tf_hooks.rb', line 42

def self.run(hook_type)
  Logger.debug("Skipping #{hook_type} hooks due to `--no-hooks`")
end