rubies
rubies copied to clipboard
Pressing up would let the user repeat last typed code
Say I type in current[11]
and press enter, which turns out to be the wrong answer. It would be nice to be able to press the up button to place current[11]
on the cursor so I don't have to type it all over again.