Module: Flydata::Command::ExclusiveRunnable

Included in:
Base
Defined in:
lib/flydata/command/exclusive_runnable.rb

Defined Under Namespace

Modules: ClassMethods

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



7
8
9
10
11
# File 'lib/flydata/command/exclusive_runnable.rb', line 7

def self.included base
  base.extend ClassMethods

  base.class_variable_set(:@@exclusive_run_home, ENV['HOME'])
end