Method: Roby::Application#created_log_dir?
- Defined in:
- lib/roby/app.rb
#created_log_dir? ⇒ Boolean
Test whether this app already created its log directory
1650 1651 1652 |
# File 'lib/roby/app.rb', line 1650 def created_log_dir? @log_dir && File.directory?(@log_dir) end |