To Yield or Not to Yield: An Inferable Question
Blocks are fundamental to idiomatic Ruby code, yet Ruby/RDoc/YARD can’t tell us statically whether a given method needs a block, optionally uses a block, or ignores blocks. The Laser project takes up the question: To Yield or Not to Yield: An Inferable Question
Post a comment