Class: Stable::Commands::Setup

Inherits:
Object
  • Object
show all
Defined in:
lib/stable/commands/setup.rb

Overview

Setup command - initializes Stable environment

Instance Method Summary collapse

Instance Method Details

#callObject



7
8
9
# File 'lib/stable/commands/setup.rb', line 7

def call
  Services::SetupRunner.new.call
end