doc/standard_library.md
The Ruby Standard Library is a large collection of classes and modules you can require in your code to gain additional features.
Below is an overview of the libraries and extensions, followed by a brief description of each.
MakeMakefile: A module used to generate a Makefile for C extensionsRbConfig: Information about your Ruby configuration and buildGem: A package management framework for RubyCoverage: Provides coverage measurement for RubyMonitor: Provides a reentrant mutexobjspace: Extends the ObjectSpace module to add methods for internal statisticsPTY: Creates and manages pseudo-terminalsRipper: Provides an interface for parsing Ruby programs into S-expressionsSocket: Accesses underlying OS socket implementationsgem update jsonunbundled_env.gem "json", ">= 2.6"IO.console, IO.winsize, etc.