Class: Dri::Commands::Rm
- Inherits:
-
Thor
- Object
- Thor
- Dri::Commands::Rm
- Defined in:
- lib/dri/commands/rm.rb,
lib/dri/commands/rm/emoji.rb,
lib/dri/commands/rm/profile.rb,
lib/dri/commands/rm/reports.rb
Defined Under Namespace
Classes: Emoji, Profile, Reports
Instance Method Summary collapse
Instance Method Details
#emoji ⇒ Object
37 38 39 40 41 42 43 44 |
# File 'lib/dri/commands/rm.rb', line 37 def emoji(*) if [:help] invoke :help, ['emoji'] else require_relative 'rm/emoji' Dri::Commands::Rm::Emoji.new().execute end end |