UI Deploy

Curated, Short, Web UI Dev we Love.

Ruby on Rails Study Guide: Blocks, Procs, and Lambdas

Ruby is a language with a set of powerful features – the most powerful arguably being Blocks, Procs, and Lambdas. In short, these features allow you to pass code to a method and execute that code at a later time. Despite regularly using these features, many developers don’t fully understand the subtle differences between them.

view source

Advertisement