What is "irb"

Ruby Interactive Shell (IRB) is a shell for Ruby programming. The program can be started from a command prompt and allows the execution of Ruby commands line by line. It has command history, line editing capabilities and work control, and is able to communicate directly as a shell script over the Internet and interact with a live server. It was developed by Keiju Ishitsuka.