Method: Roby::Application#find_registered_app_path
- Defined in:
- lib/roby/app.rb
#find_registered_app_path(app_name) ⇒ Object
473 474 475 476 477 478 479 |
# File 'lib/roby/app.rb', line 473 def find_registered_app_path(app_name) if app_name == self.app_name app_dir else @registered_apps[app_name] end end |