Class: D2::Utils::FirstRun

Inherits:
Object
  • Object
show all
Includes:
Formatter
Defined in:
lib/d2/utils/first_run.rb

Class Method Summary collapse

Methods included from Formatter

#logger

Class Method Details

.callObject

Runs or No-Ops on a series of first-run checks This makes sure that the system is configured as expected



10
11
12
13
# File 'lib/d2/utils/first_run.rb', line 10

def call
  git_run
  src_path
end