Posts tagged with #ruby

📚 Blog Archive Notice

Starting from July 2025, new articles will be published on my new blog.

💡 This site will remain accessible as an archive for historical articles

Showing 2 posts with the tag #ruby

2 min read
Passing block arguments in Ruby

Elegant Code Block Passing in Ruby: A deep dive into the & operator, from Symbol's to_proc to method objects. Learn how to transform verbose block syntax into concise, readable code through practical examples.