Class: ChurnVsComplexity::FileSelector::Predefined

Inherits:
Excluding
  • Object
show all
Defined in:
lib/churn_vs_complexity/file_selector.rb

Instance Method Summary collapse

Methods inherited from Excluding

#select_files

Constructor Details

#initialize(included:, extensions:, excluded:, convert_to_absolute_path: false) ⇒ Predefined

Returns a new instance of Predefined.



67
68
69
70
# File 'lib/churn_vs_complexity/file_selector.rb', line 67

def initialize(included:, extensions:, excluded:, convert_to_absolute_path: false)
  super(extensions, excluded, convert_to_absolute_path)
  @included = included
end