/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.sethvargo.com
| | yehudakatz.com
6.3 parsecs away

Travel
| | After writing my last post on Rails plugin idioms, I realized that Ruby metaprogramming, at its core, is actually quite simple. It comes down to the fact that all Ruby code is executed code--there is no separate compile or runtime phase. In Ruby, every line of code is executed against
| | blog.jayfields.com
5.7 parsecs away

Travel
| | You have methods you want to handle dynamically without the pain of debugging method_missing. class Decorator def initialize ( subject )...
| | www.schneems.com
5.5 parsecs away

Travel
| | This document is all about deciphering behavior of Ruby code using nothing but Ruby code. I recommend you get familiar with a debugger like pry-debugger, thi...
| | eli.thegreenplace.net
29.6 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.