class Array

Public Instance Methods

as_glob_pattern() click to toggle source
# File lib/expansions/array.rb, line 6
def as_glob_pattern
  File.join(self)
end
as_home_files() click to toggle source
# File lib/expansions/array.rb, line 2
def as_home_files
  self.map{|item| item.as_home_file}
end