Method: Moab::FileGroupDifference#subset_hash

Defined in:
lib/moab/file_group_difference.rb

#subset_hashHash<Symbol,FileGroupDifferenceSubset>

Returns A set of containers (one for each change type), each of which contains a collection of file-level differences having that change type.

Returns:

  • (Hash<Symbol,FileGroupDifferenceSubset>)

    A set of containers (one for each change type), each of which contains a collection of file-level differences having that change type.



46
47
48
# File 'lib/moab/file_group_difference.rb', line 46

def subset_hash
  @subset_hash
end