Class: Dri::Commands::View

Inherits:
Thor
  • Object
show all
Defined in:
lib/dri/commands/view.rb,
lib/dri/commands/view/fast_quarantine.rb

Defined Under Namespace

Classes: FastQuarantine

Instance Method Summary collapse

Instance Method Details

#fastquarantineObject



13
14
15
16
17
18
19
20
# File 'lib/dri/commands/view.rb', line 13

def fastquarantine(*)
  if options[:help]
    invoke :help, ['fastquarantine']
  else
    require_relative 'view/fast_quarantine'
    Dri::Commands::View::FastQuarantine.new(options).execute
  end
end