Class: Devtools::Flay::FileList

Inherits:
Object
  • Object
show all
Defined in:
lib/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>)


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

def call
  include_set - exclude_set
end