Method: DeployGate::Commands::Logout.run

Defined in:
lib/deploygate/commands/logout.rb

.runvoid

This method returns an undefined value.



7
8
9
10
11
# File 'lib/deploygate/commands/logout.rb', line 7

def run
  DeployGate::Session.delete

  puts HighLine.color(I18n.t('commands.logout.success'), HighLine::GREEN)
end