Class: D2::Utils::FirstRun
- Inherits:
-
Object
- Object
- D2::Utils::FirstRun
- Includes:
- Formatter
- Defined in:
- lib/d2/utils/first_run.rb
Class Method Summary collapse
-
.call ⇒ Object
Runs or No-Ops on a series of first-run checks This makes sure that the system is configured as expected.
Methods included from Formatter
Class Method Details
.call ⇒ Object
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 |