class Range: A \Range object represents a collection of values that are between given begin and end values. literals.| docs.ruby-lang.org
class MatchData: MatchData encapsulates the result of matching a Regexp against string. It is returned by Regexp#match and String#match, and also stored in a global va| docs.ruby-lang.org
class Enumerator::ArithmeticSequence: ArithmeticSequence is a subclass of Enumerator, that is a representation of sequences of numbers with common difference. Instances of this class can b| docs.ruby-lang.org
class Array: en. wikipedia.| docs.ruby-lang.org
class String: A +String+ object has an arbitrary sequence of bytes, typically representing text or binary data. new or as literals.| docs.ruby-lang.org
class Object: Object is the default root of all Ruby objects. Object inherits from BasicObject which allows creating alternate object hierarchies.| docs.ruby-lang.org
class Hash: A +Hash+ maps each of its unique keys to a specific value. An Array index is always an Integer.| docs.ruby-lang.org
class Float: A \Float object represents a sometimes-inexact real number using the native architecture's double-precision floating point representation. Floating po| docs.ruby-lang.org
module Kernel: The Kernel module is included by class Object, so its methods are available in every Ruby object. The Kernel instance methods are documented in class| docs.ruby-lang.org
ractor: Ractor - Ruby's Actor-like concurrent abstraction Ractor is designed to provide a parallel execution feature of Ruby without thread-safety concerns.| docs.ruby-lang.org