Module: Rodish::Plugins::PostCommands

Defined in:
lib/rodish/plugins/post_commands.rb

Defined Under Namespace

Modules: CommandMethods, DSLMethods

Class Method Summary collapse

Class Method Details

.after_load(app) ⇒ Object



17
18
19
20
21
# File 'lib/rodish/plugins/post_commands.rb', line 17

def self.after_load(app)
  app.command.instance_exec do
    @post_subcommands ||= {}
  end
end