Method: Runfile#path_dirs

Defined in:
lib/runfile/util.rb

#path_dirsObject

Return an array of path directories Smells of :reek:UtilityFunction



12
13
14
# File 'lib/runfile/util.rb', line 12

def path_dirs
  ENV['PATH'].split(File::PATH_SEPARATOR)
end