Class: Vvm::CLI::Command::Exit

Inherits:
Base
  • Object
show all
Defined in:
lib/vvm/cli/command/exit.rb

Instance Attribute Summary

Attributes inherited from Base

#env

Instance Method Summary collapse

Methods inherited from Base

by_command_name, inherited, #initialize

Constructor Details

This class inherits a constructor from Vvm::CLI::Command::Base

Instance Method Details

#callObject



9
10
11
# File 'lib/vvm/cli/command/exit.rb', line 9

def call
  exit
end