irb console doesn’t need much time to get cluttered. Here is a quick command to clear the irb console. at the irb console type in the following: On Windows: system(’cls’)system(‘cls’) On Linux,Unix system(’clear’)system(‘clear’) irb uses an initialization file in which you can set commonly used options or execute any required Ruby statements. When irb is […]

Read More →