How do you clear the IRB console screen?
|
feedback
|
|
On Mac OS X or Linux you can use Ctrl + L to clear the IRB screen. | ||||
|
feedback
|
|
| |||||
|
feedback
|
|
on *nix boxes
on Windows, I don't think there is a good solution. EDIT: Interesting:
| |||
|
feedback
|
|
On Ubuntu 11.10 system A big mess of ugly text
what ya get:
| ||||
|
feedback
|
|
The backtick operator captures the output of the command and returns it
would work better, I guess. | |||||||||
feedback
|
|
What I was looking for when I found this, was how to get a clean prompt in irb. irb --simple-prompt That will give you this: (sans quotes) | |||
|
feedback
|