Classes: FastQuarantine
13 14 15 16 17 18 19
# File 'lib/dri/commands/view.rb', line 13 def fastquarantine(*) if options[:help] invoke :help, ['fastquarantine'] else Dri::Commands::View::FastQuarantine.new(options).execute end end