Ruby Classes May 28, 2014 by Koren Leslie CohenClasses are useful to help organize objects with similar attributes and methods. Instead of defining multiple objects with similar attributes, we can instead define a single class and create instances of that class.