Explore >> Select a destination


You are here

yehudakatz.com
| | www.rubyguides.com
5.7 parsecs away

Travel
| | Ruby blocks are anonymous functions that can be passed into methods. But how do you use blocks? What's the difference between procs & lambdas? What does "yield" do? Find the answers here!
| | eli.thegreenplace.net
5.2 parsecs away

Travel
| | [AI summary] A comprehensive technical article explaining the differences, behaviors, and use cases of Ruby's blocks, procs, and methods, including advanced operator usage.
| | weblog.raganwald.com
5.5 parsecs away

Travel
| |
| | thepugautomatic.com
54.9 parsecs away

Travel
| I recently discovered the Ruby Module Builder pattern. It lets you pass in arguments to dynamically generate a module at include time: class Greeter < Module def initialize(name)...