Method: Roby::Application#app_path
- Defined in:
- lib/roby/app.rb
#app_path ⇒ Object
311 312 313 |
# File 'lib/roby/app.rb', line 311 def app_path @app_path ||= Pathname.new(app_dir) if app_dir end |
311 312 313 |
# File 'lib/roby/app.rb', line 311 def app_path @app_path ||= Pathname.new(app_dir) if app_dir end |