Resources around testing in Ruby
March 18, 2021
Mocking on Ruby
Summary Differences
- Procs are objects, blocks are not
- At most one block can appear in an argument list
- Lambdas check the number of arguments, while procs do not
- Lambdas and procs treat the ‘return’ keyword differently
Basics on error exceptions hierarchy
Written by Julian Macmang