Search and Explore Ruby Documentation

String

A String object holds and manipulates an arbitrary sequence of bytes, typically representing characters.

Read more

Integer

Represent whole numbers in Ruby

Read more

Array

Arrays are ordered, integer-indexed collections of any object.

Read more

Hash

A Hash is a dictionary-like collection of unique keys and their values.

Read more

Symbol

Symbol objects represent names and some strings inside the Ruby interpreter.

Read more

Kernel

The Kernel module is included by class Object, so its methods are available in every Ruby object.

Read more