Method: Roby::Application#app_module
- Defined in:
- lib/roby/app.rb
#app_module ⇒ Object
Returns this app’s toplevel module
288 289 290 |
# File 'lib/roby/app.rb', line 288 def app_module constant("::#{module_name}") end |
Returns this app’s toplevel module
288 289 290 |
# File 'lib/roby/app.rb', line 288 def app_module constant("::#{module_name}") end |