Categories
ruby on rails

clearing rails console

And so not to forget this again.
This is how to clear the console screen in rails, type this,
In Ubuntu,

system 'clear'

In Windows

system 'cls'

from stackoverflow

By kahfei

A system admin by day while secretly trying to transform myself to a coding designer or a designing coder at night.

3 replies on “clearing rails console”

Kishore, any error code?
I am having the same setup as yours, work fine.

Leave a Reply

Your email address will not be published. Required fields are marked *