method

composite_identify

Importance_1
v7.1.3.2 - Show latest stable - 0 notes - Class: FixtureSet
composite_identify(label, key) public

Returns a consistent, platform-independent hash representing a mapping between the label and the subcomponents of the provided composite key.

Example:

composite_identify("label", [:a, :b, :c]) # => { a: hash_1, b: hash_2, c: hash_3 }
Show source
Register or log in to add new notes.