Method: Snp::Path#absolute_paths
- Defined in:
- lib/snp/path.rb
#absolute_paths ⇒ Object
Public: returns the list of absolute paths to the directories in which the templates should be looked.
13 14 15 |
# File 'lib/snp/path.rb', line 13 def absolute_paths dir_list.map { |d| File.(d) } end |