class Gitenv::DotFiles

Public Instance Methods

files(path) click to toggle source
Calls superclass method Gitenv::AllFiles#files
# File lib/gitenv/files/dot_files.rb, line 3
def files(path)
  super(path).select { |f| f.match(/^\.[^.]/) }
end