This document provides summaries of various classes in the Ring programming language including the Queue, HashTable, Tree, Math, DateTime, File, and System classes. For each class, it lists key methods and provides examples of how to use the methods by creating objects of the classes and calling their methods. It demonstrates adding, removing, and printing items from queues; adding, retrieving, and checking items in hashtables; setting values and adding children to tree nodes; and using math, date/time, file I/O, and system methods.