Description
Adds an interactive Ruby console with powerful introspection for exploring objects, debugging code, and inspecting runtime state. It is useful during development and troubleshooting.
Interactive consoles can execute arbitrary Ruby code and expose secrets in memory. Use them carefully on production systems and avoid sharing session logs with private data.