Description
Lets users type Ruby code interactively and see results immediately in a REPL. It is useful for learning the language, testing small expressions, exploring libraries, and debugging behavior by hand.
Interactive sessions can execute arbitrary Ruby code. Use them carefully in project directories or privileged shells, and avoid pasting commands from untrusted sources.