Method: Roby::Application#module_name
- Defined in:
- lib/roby/app.rb
#module_name ⇒ Object
Returns the name of this app’s toplevel module
283 284 285 |
# File 'lib/roby/app.rb', line 283 def module_name @module_name || app_name.camelcase(:upper) end |