Skip to content

Ensure let methods return a cached nil value instead of repeatedly evaling block

gitlab-qa-bot requested to merge github/fork/adzap/let_nil into master

Created by: adzap

If a let method block evaluates to nil, the block will be evaluated on every call to the let method.

Merge request reports