class YleTf::Action::TfHooks::NoRunner

Public Class Methods

run(hook_type) click to toggle source
# File lib/yle_tf/action/tf_hooks.rb, line 46
def self.run(hook_type)
  Logger.debug("Skipping #{hook_type} hooks due to `--no-hooks`")
end