Silence The Output Of A Ruby Statement In Pry
Last updated
Was this helpful?
Last updated
Was this helpful?
Sometimes running a command in a session can produce a bunch of verbose output that you aren't interested in seeing.
Here is a contrived line of code whose output will take over the entire screen:
You can silence all of this output by tacking on a single character -- ;
.