Method: Snp::Path#absolute_paths

Defined in:
lib/snp/path.rb

#absolute_pathsObject

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.expand_path(d) }
end