Sha256: 2820b4305728d1f15a2e591546f3a627f6f2b260a1e69a80e5a4255f938226f5
Contents?: true
Size: 402 Bytes
Versions: 1
Compression:
Stored size: 402 Bytes
Contents
FancySpec describe: Fancy Enumerable with: { it: "selects the right element based on a comparison Block and an optional selection Block" with: 'superior_by:taking: when: { [1,2,3,4,5] superior_by: '> . is: 5 [1,2,3,4,5] superior_by: '< . is: 1 [[1,2], [2,3,4], [], [1]] superior_by: '> taking: 'size . is: [2,3,4] [[1,2], [2,3,4], [-1]] superior_by: '< taking: 'first . is: [-1] } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fancy-0.6.0 | tests/enumerable.fy |