Method: Chap::Runner#shared_dirs
- Defined in:
- lib/chap/runner.rb
#shared_dirs ⇒ Object
144 145 146 147 148 149 150 151 |
# File 'lib/chap/runner.rb', line 144 def shared_dirs dirs = config.chap[:shared_dirs] || [ "system", "log", "tmp/pids" ] dirs.map! {|p| "#{shared_path}/#{p}"} end |