Classes: FastQuarantine
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