
In this article, we have covered the essential components of Ruby such as OOP concepts like class and object, Data Types, Methods, Variables and much more.
Table of contents:
Classes and Objects in RubyVariables, Constants, Literals, Booleans and nilNumbers, Strings, Symbols, Arrays, Hashes, Ranges, Regular expressions, Procs, Percent StringsData Types: Numbers, Strings, Symbols, Hashes, Arrays, BooleanMethodsClasses and Objects
A class is a blueprint, or a prototype, from which objects a...