Rails console formatting Posted on 20 September 2011 by kosmas emailFacebookTwitterLinkedinProblem You would like to have a formatted output in your console when you want to have a look at an objects methods for example (o.methods). Solution You can use the y before the o.methods like below: y o.methods 1 y o.methods