Class: Dri::Commands::View
- Inherits:
-
Thor
- Object
- Thor
- Dri::Commands::View
- 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
#fastquarantine ⇒ Object
13 14 15 16 17 18 19 |
# File 'lib/dri/commands/view.rb', line 13 def fastquarantine(*) if [:help] invoke :help, ['fastquarantine'] else Dri::Commands::View::FastQuarantine.new().execute end end |