Cleanup proc_spec.rb and block_spec.rb
Open
@andrykonchin is already working on this.
Since Oct 25, 2022.
- Dominant language
- Ruby
- Stars
- 622
- Forks
- 402
- Avg merge
- 14h 51m
- Merged PRs (30d)
- 6
Description
Currently it's a mess with lambda in proc_spec.rb.
Proposed organization:
- block_spec.rb: only passing a block to something else
- lambda_spec.rb: as it is, lambda semantics
- proc_spec.rb: remove
lambdain it, and move most of block_spec.rb, so it's about Proc semantics.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.