IRB

IRB stands for "interactive Ruby" and is a tool to interactively
execute Ruby expressions read from the standard input.

The irb command from your shell will start the interpreter.

Homepage:
https://github.com/ruby/irb
