Ruby loading and requiring files, constant name resolution
This article has started as my own research on a slightly different theme — Rails autoloading, but I couldn’t describe it without saying a single word about Ruby itself. In this topic we’ll talk about how Ruby loads and requires modules, constant name...