Module: ChurnVsComplexity::FileSelector::Java
- Defined in:
- lib/churn_vs_complexity/file_selector.rb
Class Method Summary collapse
Class Method Details
.excluding(excluded) ⇒ Object
78 79 80 |
# File 'lib/churn_vs_complexity/file_selector.rb', line 78 def self.excluding(excluded) Excluding.new(FileSelector.extensions(:java), excluded) end |
.predefined(included:, excluded:) ⇒ Object
82 83 84 |
# File 'lib/churn_vs_complexity/file_selector.rb', line 82 def self.predefined(included:, excluded:) Predefined.new(included:, extensions: FileSelector.extensions(:java), excluded:) end |