Know your closures: Ruby's blocks, procs, and lambdas
Anonymous functions (closures) are one of Ruby’s most powerful features, and this post explores Ruby’s three different flavors of closure – blocks, procs, and lambdas.
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
Anonymous functions (closures) are one of Ruby’s most powerful features, and this post explores Ruby’s three different flavors of closure – blocks, procs, and lambdas.
Post a comment