You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On further thought, I think we should not have block_spec.rb, it's too confusing.
Let's move the block-passing specs to method_spec.rb.
And lambda_spec.rb is mostly redundant with method_spec.rb in terms of argument handling, so I don't mind if lambda isn't tested in many cases, it's the same anyway.
So then we have a clear proc_spec.rb vs lambda_spec.rb separation, and no "block" to confuse us.
Currently it's a mess with lambda in proc_spec.rb.
Proposed organization:
lambda
in it, and move most of block_spec.rb, so it's about Proc semantics.The text was updated successfully, but these errors were encountered: