If I want to have a prompt on the terminal with a default value already typed in, how can I do that?
Ruby\'s standard Readline.readline() lets me set th
Readline.readline()
Highline doesn't do exactly what you describe, but maybe it's close enough.