Module: Runfile::Exec

Defined in:
lib/runfile/deprecations.rb

Overview

The Runfile::Exec module is derecated. It is kept here so that those who include it in the past will know what to do.

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



6
7
8
9
10
11
# File 'lib/runfile/deprecations.rb', line 6

def self.included(base)
  say! "!txtred!Runfile::Exec is deprecated. You should change your Runfile:"
  say! "!txtred!  1. There is no need to include Runfile::Exec, it is already included."
  say! "!txtred!  2. Change any configuration from Runfile::Exec.pid_dir to Runfile.pid_dir"
  abort
end