Class: Matrixeval::Gitignore
- Inherits:
-
Object
- Object
- Matrixeval::Gitignore
- Defined in:
- lib/matrixeval/gitignore.rb
Class Method Summary collapse
Class Method Details
.update ⇒ Object
5 6 7 8 9 |
# File 'lib/matrixeval/gitignore.rb', line 5 def update ignore_paths.map do |path| ignore(path) end end |