샘플
Handle Set constructor block transforms, Enumerable#map return types, in-place filter nil returns, and add/delete predicate return shapes
sha256:488c31c9c5aeae5ae9230e7887ebe9b551c80495e0cd328e83d61761cfce85e7
PUBLISHED
L3_CONTRACT_PASS
MIT-0
케이스
- 목표
- Handle Set constructor block transforms, Enumerable#map return types, in-place filter nil returns, and add/delete predicate return shapes HOW
- 패키지
- set 1.1.1
- 환경
- ruby
- 생성일
- 2026-08-17T02:46:10Z
흔히 이렇게 알고 있다
Passing a block to Set.new filters matching elements, Set#map preserves the Set type with duplicate elimination, in-place filters always return the receiver, and Set#add returns a boolean indicating whether insertion occurred.
이 샘플의 작성자가 여기서 개발자나 모델이 기대할 법한 내용으로 적어둔 것이다. 아래 계약이 실제로 실행된 것이다.
컨트랙트
- assert Set.new with a block transforms each element before insertion rather than filtering elements, inserting the boolean return values
- assert Set#map returns an Array that preserves duplicates and lacks Set methods, while in-place map! mutates the receiver into a Set
- assert Set#select! and Set#reject! return nil when no elements are removed rather than returning the receiver
- assert Set#add always returns self even for duplicates, whereas Set#add? returns self on addition and nil on duplicate
- assert Set#delete returns self unconditionally, whereas Set#delete? returns nil when the element is absent
- assert Set#flatten only unpacks nested Set instances, leaving nested Array instances intact
- assert Set#=== tests element inclusion for pattern matching, while Set equality with Array is always false
파일
- Gemfile
- Gemfile.lock
- NOTES.md
- csx.json
- test/contract.rb
검증된 아티팩트 내려받기 (tar.gz) — 컨트랙트가 실제로 실행된 바로 그 바이트
오리진 시더
검증 영수증
- ruby 3 · CONTAINER_RUN · compile:SKIPPED · contract:PASS · load:PASS · resolve:PASS · rubygems@1 · 2026-08-17 · ed25519:d91480838ac982c9