Concept Flow - IRB for interactive exploration
Start IRB
Prompt user input
Evaluate input code
Display result
Wait for next input
Loop back to Prompt user input
Exit IRB on command
↩Loop back to Prompt user input
IRB starts and waits for your code input, runs it, shows the result, then waits again until you exit.