Class: Voom::Presenters::Generate
- Inherits:
-
SubCommandBase
- Object
- Thor
- SubCommandBase
- Voom::Presenters::Generate
- Defined in:
- lib/voom/presenters/cli.rb
Instance Method Summary collapse
Methods inherited from SubCommandBase
Instance Method Details
#plugin(name) ⇒ Object
18 19 20 |
# File 'lib/voom/presenters/cli.rb', line 18 def plugin(name) Generators::Plugin.start([name]) end |