RailRoady is simplified version of the RailRoad gem.
It is yet another time again for me to write a blog post.
Everything in Ruby is an object. Every piece of code you write belongs to some object. And every object has a class. Inside those classes there is self which refers to object itself which is an instance of that class.