|
You are here |
yehudakatz.com | ||
| | | | |
www.rubyguides.com
|
|
| | | | | 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
|
|
| | | | | [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
|
|
| | | | | ||
| | | | |
thepugautomatic.com
|
|
| | | 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)... | ||