module Rodish::Plugins::PostCommands

  1. lib/rodish/plugins/post_commands.rb

Methods

Public Class

  1. after_load

Public Class methods

after_load(app)
[show source]
   # File lib/rodish/plugins/post_commands.rb
17 def self.after_load(app)
18   app.command.instance_exec do
19     @post_subcommands ||= {}
20   end
21 end