Module: Rodish::Plugins::RunIs
- Defined in:
- lib/rodish/plugins/run_is.rb
Defined Under Namespace
Modules: DSLMethods
Class Method Summary collapse
Class Method Details
.before_load(app) ⇒ Object
15 16 17 18 |
# File 'lib/rodish/plugins/run_is.rb', line 15 def self.before_load(app) app.plugin :is app.plugin :post_commands end |