Class: Vtk::Commands::Socks
- Inherits:
-
Thor
- Object
- Thor
- Vtk::Commands::Socks
- Defined in:
- lib/vtk/commands/socks.rb,
lib/vtk/commands/socks/on.rb,
lib/vtk/commands/socks/off.rb,
lib/vtk/commands/socks/setup.rb
Overview
Handles connecting to VA network via SOCKS
Defined Under Namespace
Instance Method Summary collapse
Instance Method Details
#off ⇒ Object
34 35 36 37 38 39 40 41 |
# File 'lib/vtk/commands/socks.rb', line 34 def off(*) if [:help] invoke :help, ['off'] else require_relative 'socks/off' Vtk::Commands::Socks::Off.new().execute end end |