Beginner
Ruby
Q24 / 100
How do you start an interactive Ruby shell from the command line?
Correct! Well done.
Incorrect.
The correct answer is B) irb
B
Correct Answer
irb
Explanation
irb (Interactive Ruby) launches a REPL where Ruby code can be executed interactively.
Progress
24/100