Archive for March 7th, 2008
Ruby – Kernel
Kernel is one of the important and most used module in Ruby since it is part of the Object class through mixin.The object includes Kernel module in its class .So all its methods are available for calling within any object in Ruby because they are all instance methods and once within other class by using [...]
Read Full Post | Make a Comment ( None so far )