Method: Roby::Application#define_actions_module
- Defined in:
- lib/roby/app.rb
#define_actions_module ⇒ Object
2048 2049 2050 2051 2052 |
# File 'lib/roby/app.rb', line 2048 def define_actions_module unless app_module.const_defined_here?(:Actions) app_module.const_set(:Actions, Module.new) end end |