Class: EacRubyUtils::RootModuleSetup::Ignore

Inherits:
Object
  • Object
show all
Includes:
Memoized
Defined in:
lib/eac_ruby_utils/root_module_setup/ignore.rb

Instance Method Summary collapse

Instance Method Details

#resultSet

Returns:

  • (Set)


20
21
22
23
24
# File 'lib/eac_ruby_utils/root_module_setup/ignore.rb', line 20

def result
  target_paths.each do |target_path|
    expect_count_increment { loader.ignore target_path }
  end
end