Class: Devup::CLI::Commands::Down

Inherits:
Command
  • Object
show all
Defined in:
lib/devup/cli/commands/down.rb

Instance Method Summary collapse

Instance Method Details

#call(**options) ⇒ Object



9
10
11
12
13
# File 'lib/devup/cli/commands/down.rb', line 9

def call(**options)
  super

  devup.down
end