module Stax::Emr
Public Class Methods
included(thor)
click to toggle source
# File lib/stax/mixin/emr.rb, line 6 def self.included(thor) thor.desc(:emr, 'Emr subcommands') thor.subcommand(:emr, Cmd::Emr) end