Class: Central::Devtools::Flay::FileList

Inherits:
Object
  • Object
show all
Defined in:
lib/central/devtools/flay.rb

Overview

Expand include and exclude file settings for flay

Instance Method Summary collapse

Instance Method Details

#callSet<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

Returns:

  • (Set<Pathname>)


53
54
55
# File 'lib/central/devtools/flay.rb', line 53

def call
  include_set - exclude_set
end