ruby - Entering IRB line prematurely into Terminal.. How to Resolve? -
i picking ruby , wanted input command terminal put pushed return key accident before line not finished.
irb(main):007:0> mixed = {1 => ['a', 'b', 'c'], irb(main):008:1* of course "stuck" in 008.1 of irb...
how go , edit code?
2 things can think of off bat: finish entering code on next line, or hit ctl-c , start over.
Comments
Post a Comment