Class: Central::Devtools::Flay::FileList
- Inherits:
-
Object
- Object
- Central::Devtools::Flay::FileList
- Defined in:
- lib/central/devtools/flay.rb
Overview
Expand include and exclude file settings for flay
Instance Method Summary collapse
-
#call ⇒ Set<Pathname>
private
Expand includes and filter by excludes.
Instance Method Details
#call ⇒ Set<Pathname>
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Expand includes and filter by excludes
53 54 55 |
# File 'lib/central/devtools/flay.rb', line 53 def call include_set - exclude_set end |