Module: Stax::Emr
- Defined in:
- lib/stax/mixin/emr.rb
Class Method Summary collapse
Class Method Details
.included(thor) ⇒ Object
6 7 8 9 |
# File 'lib/stax/mixin/emr.rb', line 6 def self.included(thor) thor.desc(:emr, 'Emr subcommands') thor.subcommand(:emr, Cmd::Emr) end |