Class: Dri::Commands::Publish
- Inherits:
-
Thor
- Object
- Thor
- Dri::Commands::Publish
- Defined in:
- lib/dri/commands/publish.rb,
lib/dri/commands/publish/report.rb
Defined Under Namespace
Classes: Report
Instance Method Summary collapse
Instance Method Details
#report ⇒ Object
22 23 24 25 26 27 28 |
# File 'lib/dri/commands/publish.rb', line 22 def report(*) if [:help] invoke :help, ['report'] else Dri::Commands::Publish::Report.new().execute end end |