Class: Gitenv::AllFiles
- Inherits:
-
FilesMatcher
- Object
- FilesMatcher
- Gitenv::AllFiles
- Defined in:
- lib/gitenv/files/all_files.rb
Direct Known Subclasses
Instance Method Summary collapse
Methods inherited from FilesMatcher
Constructor Details
This class inherits a constructor from Gitenv::FilesMatcher
Instance Method Details
#files(path) ⇒ Object
3 4 5 |
# File 'lib/gitenv/files/all_files.rb', line 3 def files(path) filter path, super(path) end |