Class: Array

Inherits:
Object show all
Defined in:
lib/developwithpassion_expander/array.rb

Instance Method Summary collapse

Instance Method Details

#as_glob_patternObject



5
6
7
# File 'lib/developwithpassion_expander/array.rb', line 5

def as_glob_pattern
  File.join(self)
end

#as_home_filesObject



2
3
4
# File 'lib/developwithpassion_expander/array.rb', line 2

def as_home_files
  self.map{|item| item.as_home_file}
end