Class: ConfigOMat::Cond::FirstRun

Inherits:
LifecycleVM::CondBase
  • Object
show all
Defined in:
lib/config_o_mat/configurator/cond/first_run.rb

Instance Method Summary collapse

Instance Method Details

#callObject



24
25
26
# File 'lib/config_o_mat/configurator/cond/first_run.rb', line 24

def call
  run_count.zero?
end